Re: [PHP] sending form values

2004-03-25 Thread John W. Holmes
From: "Edward Peloke" <[EMAIL PROTECTED]> > Is there an easy way to loop through the $_Post vars and create a table with > all the names and values? I need a class that I can attach to any form to > output the names and values then e-mail them. foreach($_POST as $name => $value) { echo "$name:

RE: [PHP] sending form values

2004-03-25 Thread Chris W. Parker
Edward Peloke on Thursday, March 25, 2004 12:50 PM said: > Is there an easy way to loop through the $_Post vars and create a > table with all the names and values? I need a class that I can > attach to any form to output the names and values then e-mail them. yes.

[PHP] sending form values

2004-03-25 Thread Edward Peloke
Is there an easy way to loop through the $_Post vars and create a table with all the names and values? I need a class that I can attach to any form to output the names and values then e-mail them. Thanks, Eddie WARNING: The information contained in this message and any attachments is intended

RE: [PHP] sending form values in http header?

2002-02-21 Thread Johnson, Kirk
] > Subject: [PHP] sending form values in http header? > > > is it possible to send variables in the header to the next script with > an form? > > script: > > $ip = "192.168.0.90"; > $fp = fsockopen ( $ip, 80, $errno, $errstr, 30); > $header ="PO

Re: [PHP] sending form values in http header?

2002-02-21 Thread Simon Willison
I have no idea why your code isn't working, but if you are interested there is a class called Snoopy which can do exactly qhat you are attempting (posting values to a form, as well as grabbing pages from URLs and other neat tricks): http://snoopy.sourceforge.net/ marcbey wrote: >is it possib

[PHP] sending form values in http header?

2002-02-21 Thread marcbey
is it possible to send variables in the header to the next script with an form? script: $ip = "192.168.0.90"; $fp = fsockopen ( $ip, 80, $errno, $errstr, 30); $header ="POST /tests/form2.php HTTP/1.1\r\n"; $header .="Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.m