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 without calling then distinctly.

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 br /$key = $val\n; } -- PHP