[Tutor] PHP & Python suggestions....

Chris Fuller cfuller084 at thinkingplanet.net
Mon Feb 4 16:43:02 CET 2008


On Sunday 03 February 2008 17:35, GTXY20 wrote:
> Hi all,
>
> First off let me say how helpful and informative this mailing list is. It
> is very much appreciated.
>
> Anyway, I am looking for some suggestions for reading up on how to call
> Python from PHP scripts, specifically calling from a PHP web application -
> PHP will call python script with some arguments and python will run on the
> server and return the results within another PHP page.
>
> Once again thanks.
>
> GTXY20.

You can also use python in server-side scripting, at least with apache and 
mod_python.  You can use it the same way as PHP.  This might not be suitable 
for what you need to do, but if you could do it this way, it would probably 
be faster.

Cheers
Chris Fuller



More information about the Tutor mailing list