Reply to Re: Can you _POST variables in php without using a <FORM>
Posted by Carl Vondrick on 01/25/06 02:35
Although probably not very efficient, you may want to look at fsockopen
(http://us2.php.net/manual/en/function.fsockopen.php), which would
allow to connect to your web server with a POST request. I, however,
would use sessions.