Re: [Tutor] Python 2.5 and PHP 5.2.0

2007-02-01 Thread OkaMthembo
Thank you s much gentlemen, you have come to my aid very promptly indeed :-) I have to say, this is why i love Open Source; For the People, By the People! Thankee "Shortash" On 2/1/07, Christopher Arndt <[EMAIL PROTECTED]> wrote: Luke Paireepinart schrieb: > I can think of a roundabout w

Re: [Tutor] Python 2.5 and PHP 5.2.0

2007-02-01 Thread Christopher Arndt
Luke Paireepinart schrieb: > I can think of a roundabout way to do what you want: > > PHP file returns a form to the client. when this form is submitted to > the py file, all of the data your py script needs is sent in the query > string or whatever. > the py file does whatever it does, and the

Re: [Tutor] Python 2.5 and PHP 5.2.0

2007-02-01 Thread Luke Paireepinart
OkaMthembo wrote: > Hi Guys, > > I need some wisdom from you. Is it possible to have PHP pages posting > to python scripts on the server side and returning values back to the > calling PHP files? Like, if my enterval.php form's action="think.py", > would the two scripts be able to talk to each o

[Tutor] Python 2.5 and PHP 5.2.0

2007-02-01 Thread OkaMthembo
Hi Guys, I need some wisdom from you. Is it possible to have PHP pages posting to python scripts on the server side and returning values back to the calling PHP files? Like, if my enterval.php form's action="think.py", would the two scripts be able to talk to each other? Thanks and Best Regards,