marshalling python data structures in php

Sridhar R sridharinfinity at yahoo.com
Tue Mar 30 01:43:36 EST 2004


Hi,

I have written in network project in python.  the client sends a
dictionary by pickling it over the socket and the server unpickles it.
 I also need a webclient for this.  So I am wondering how to create
python dictionary in PHP and pickle it and send it to the server
running in python.

any thoughts?



More information about the Python-list mailing list