thanks for taking time out...
i am currently writing a script that will return information based on keywords sent from server via a HTTP POST.
NOTE, no web pages are involved, its purely scripts talking to each other.
<b>for example...</b>
A server sends the keyword IBM (a stock quote) to the awaiting script. The script then processes the data and then returns the value back to the originating IP address.
Thus my question is, "How do i post back the information to the originating server via a HTTP post?" - any advice is truly appreciated.
thanks
Craig