That looks great! Being able to embed Python inside PHP like that should
allow to achieve what I intend to do without using PSP in this case.
Cheers!
Jon
On Tue, 26 Jul 2005, Lars Heuer wrote:
> Hi Jon,
>
> [ PHP / Python ]
>> If not, is there any other way in Python (or PHP) to achieve this?
>
Hi Jon,
[ PHP / Python ]
> If not, is there any other way in Python (or PHP) to achieve this?
I'm not sure if it helps, but here is package that integrates the
Python into PHP:
http://www.csh.rit.edu/~jon/projects/pip/
Best regards,
Lars
--
http://semagia.com
--
http://mail.python.org/mailm
On Mon, Jul 25, 2005 at 07:53:19PM +0100, Jon Hewer wrote:
> Hello,
>
> I am upgrading a PHP based site and want to use Python (using mod_python and
> psp file) to achieve what is required. However, I do not want to recode the
> navigation part of the site which is currently coded using PHP. Som