[snip]
Ok, here we go.
I would like to implement an XML-RPC server (a script of course) that 
keeps the value of certain variables between the different invocations 
of the script.

I think that it should be possible, but I don't know where to start 
(none of the search in internet gave me a starting point).
[/snip]

Write the values of the variables out to a file to be read on the next
iteration of the script's usage.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to