Re: [PHP] Help with Posting Data

2001-03-28 Thread Tobias Talltorp
Sorry, a post MUST come from the client. The only way I know, is to use JavaScript for this... // Tobias ""Peter Phillips"" <[EMAIL PROTECTED]> wrote in message 99p6a2$vou$[EMAIL PROTECTED]">news:99p6a2$vou$[EMAIL PROTECTED]... > Hi, > I need a way to POST data to another script on another serv

[PHP] Help with Posting Data

2001-03-26 Thread Peter Phillips
Hi, I need a way to POST data to another script on another server, without using a form and without using GET (i.e. foobar.php?name=value), I then need the user to be sent to that page (which now has the data). Is that possible? I found some functions (PostToHost), but they only POST the data and