RE: [PHP] post vars not by form

2004-01-09 Thread Ralph Guzman
Use socket connection: http://www.php.net/fsockopen read the "User Contributed Notes" where you will find functions and examples. -Original Message- From: Nabil [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 2:07 PM To: [EMAIL PROTECTED] Subject: [PHP] post vars n

Re: [PHP] post vars not by form

2004-01-08 Thread Chris Shiflett
--- Matt Matijevich <[EMAIL PROTECTED]> wrote: > [snip] > Anyone can help , how to post variables from server side .. as from php > page to other without HTML form and submistion ??? > [/snip] > > I have never used it but I think http://pear.php.net/package/HTTP_Client > is what you want to look a

Re: [PHP] post vars not by form

2004-01-08 Thread Matt Matijevich
[snip] Anyone can help , how to post variables from server side .. as from php page to other without HTML form and submistion ??? [/snip] I have never used it but I think http://pear.php.net/package/HTTP_Client is what you want to look at -- PHP General Mailing List (http://www.php.net/) To un

[PHP] post vars not by form

2004-01-08 Thread Nabil
HI, Anyone can help , how to post variables from server side .. as from php page to other without HTML form and submistion ??? i want post method , to post my vars to another php on another server , then i have to read the body that will be printed by fopen ... so i can not use Location: example :