PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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?