Page 1 of 1
How to embed python in php
Posted: Thu Oct 15, 2009 1:35 am
by kushaljutta
HI can anyone tell me
how to embed python in php and tell me the procedure
thanks in advance
Re: How to embed python in php
Posted: Thu Oct 15, 2009 1:44 am
by kushaljutta
kushaljutta wrote:HI can anyone tell me
how to embed python in php and tell me the procedure
thanks in advance
Re: How to embed python in php
Posted: Thu Oct 15, 2009 1:54 am
by requinix
You can't.
Either rewrite the Python code in PHP or use PHP to
run the .py script.
Re: How to embed python in php
Posted: Thu Oct 15, 2009 2:01 am
by kushaljutta
i developed one chess game in python script
so i want to display that game in window using php..
can u tell me the procedure how to run the .py file in php
Re: How to embed python in php
Posted: Thu Oct 15, 2009 2:20 am
by requinix
kushaljutta wrote:can u tell me the procedure how to run the .py file in php
I gave you a link. Go there and look around.
I'm not going to tell you exactly what to do. You'll have to do some thinking on your own.
Re: How to embed python in php
Posted: Thu Oct 15, 2009 2:24 am
by kushaljutta
where is the link
Re: How to embed python in php
Posted: Thu Oct 15, 2009 2:31 am
by requinix
kushaljutta wrote:where is the link
It's in my
first post, in blue - like the words "first post" I just used.
Re: How to embed python in php
Posted: Thu Oct 15, 2009 2:33 am
by kushaljutta
ok i got thanQ