Advice... Socket, URL, XML-RPC
Posted: Fri Nov 03, 2006 10:26 am
I have a simple problem...
I want to pass a value to php from a client App I'm writing which I can use any of the available methods the php will simply store the value in the db and return an encrypted pair to the client app...
What's the smartest method? in your opinions of course... Socket server? Just let the variable be passed through a URL ...?var=value or do some sort of XML-RPC set up?
thanks for the input!
I want to pass a value to php from a client App I'm writing which I can use any of the available methods the php will simply store the value in the db and return an encrypted pair to the client app...
What's the smartest method? in your opinions of course... Socket server? Just let the variable be passed through a URL ...?var=value or do some sort of XML-RPC set up?
thanks for the input!