After hours of searching :/ I was able to find Rasmus'
PostToHost() function. It's working fine, for the most
part. It's posting to the page and printing what it gets
back as part of the page/code that calls the function.
This is most likely expected behavior, just not what I
expected.
However, I'm curious if there is a way to POST data to
a page WHILE redirecting the browser to that particular
page. You can do this, _sort of_, client side with JavaScript
(OnClick = document.form.submit();) I'm wondering
if there is a way you can do this server side with PHP?
Thanks.
Chris