Re: [PHP] getting variables the hard way?

2002-06-18 Thread Analysis & Solutions
Renaldo: On Tue, Jun 18, 2002 at 12:21:55PM -0800, Renaldo De Silva wrote: > > i want to get the names of all the variables the form has poster > automatically. > can that be done and if it can how? while( list($key, $val) = each($_POST) ) { echo "$key = $val\n"; } -- PHP cl

RE: [PHP] getting variables the hard way?

2002-06-18 Thread Rick Emery
$_POST[] $HTTP_POST_VARS[] - Original Message - From: "Renaldo De Silva" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 3:21 PM Subject: [PHP] getting variables the hard way? how can i get variables posted from a form

[PHP] getting variables the hard way?

2002-06-18 Thread Renaldo De Silva
how can i get variables posted from a form without calling then distinctly. i want to get the names of all the variables the form has poster automatically. can that be done and if it can how? Thanks Renaldo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.