I run a python script from a php script and i want to php take return value from python(return value is a list). I use exec() function for running python. How can i do that? Thx
2
-
What do you mean python script returns a list? Do you mean you are printing the list?Anand S Kumar– Anand S Kumar2015-07-16 19:11:32 +00:00Commented Jul 16, 2015 at 19:11
-
The list is filled with some kind of objects. I need to take values of that objects and use it in php.Sejn– Sejn2015-07-16 19:14:36 +00:00Commented Jul 16, 2015 at 19:14
Add a comment
|