- 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
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
2 matches
Mail list logo