
November 23rd, 2003
04:03 AM
sending data in POST method .. ?
Hi,
I have 2 variables ($name and $email), i want to send these two variables and thier values to an other script as 'POST' with out using any forms or javascript .. just PHP, if it could be done, how to do it?
Thanks! 

November 23rd, 2003
05:55 AM
open a connection using fsockopen and fputs http headers.
___________________
http://celerondude.com

November 30th, 2003
12:19 AM
Thanks CDude, but i don't know how to use it .. can you tell me?
i want to POST $name and $email to http://www.mywebsite.com/receiver.php
Regards.

December 1st, 2003
12:53 AM

December 5th, 2003
08:39 AM
How would you POST that to an https site CDude? Port: 443