Fw: [PHP] post method with fopen

2003-03-28 Thread Kevin Stone
- Original Message - From: "Lambert Antonio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 24, 2003 8:16 PM Subject: [PHP] post method with fopen > if it possible to send a post data when using fopen? > > -- > Lambert Antonio > Re:Site WebWorks and System Solutions You

Fw: [PHP] Post method

2003-02-28 Thread Kevin Stone
You can use an open socket connection to send/recieve data to and from a remote host however this method is less-than-ideal for the browser interface. So probably the best way would be to use a hidden HTML form and javascript. The onLoad="" command executes a function that submits the form whi