What's the best way to send data/receive from a php script? I know how to get data to a script through an HTML form, I know how to query a database from within php.
What I'm trying to do is send piece of data to a remote URL to be processed and then get an answer back but not from a form "submit" type scenario.
Do I have to get into HTTP headers etc to do this?
What I'm trying to do is send piece of data to a remote URL to be processed and then get an answer back but not from a form "submit" type scenario.
Do I have to get into HTTP headers etc to do this?