Calling Python code from inside php
Hi
I have a python code performing some computation for me.I have a
html page which passes certain argumnets to a php page.This php page
needs to pass on the value to the Python class and get the result
back.
How do I go about this??
Cheers
Vijay
Re: Calling Python code from inside php
Post removed (X-No-Archive: yes)
Re: Calling Python code from inside php
On Wed, 23 Apr 2008 20:11:06 +0200, vijay <gvijaysrinivas [at] gmail.com> wrote:
> Hi
> I have a python code performing some computation for me.I have a
> html page which passes certain argumnets to a php page.This php page
> needs to pass on the value to the Python class and get the result
> back.
> How do I go about this??
popen() or proc_open() seem ideal to me.
--
Rik Wasmus