PHP Embedded In Python
jdonnell
jaydonnell at gmail.com
Mon Feb 7 18:17:42 EST 2005
More information about the Python-list mailing list
Mon Feb 7 18:17:42 EST 2005
- Previous message (by thread): PHP Embedded In Python
- Next message (by thread): PHP Embedded In Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm not sure exactly what your trying to do, but I use php and python
together a lot. I usually call the python script from php with the
passthru function like this:
<?php
$outputFromPy = passthru('/path/to/myScript.py');
?>
- Previous message (by thread): PHP Embedded In Python
- Next message (by thread): PHP Embedded In Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list