I need to setup a http post from my app to a php script on a localhost server ie
http://localhost/test2.php?param1=123
how can i do this?
the php script access a local database and echo's the results..
Is it possible to store these echo'd results in a NSMutableData and if so how can i do this??
Any help appreciated!
Rob