<[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Ted Zeng:
>> I store some test results into a database after I use python
>> To pickle them (say, misfiles=['file1','file2'])
>> Now I want to display the result on a web page which uses PHP.
>> How could the web page unpickle the results and display them?
>> Is there a PHP routine that can do unpickle ?
>
> Instead of pickling, maybe you can save the data from python in json
> format:
> http://www.json.org/
> Then you can read it from PHP.

wddx format is a workable solution as well

http://pyxml.sourceforge.net/
plus
http://us2.php.net/wddx


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to