You never answered if this was in a function or class method. Is it? Did you say whether it was Apache 1 or 2?
---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://www.phparch.com/ > -----Original Message----- > From: Noah [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 12:35 AM > To: Ernest E Vogelsinger > Cc: Philip Olson; [EMAIL PROTECTED] > Subject: Re: [PHP] Form Variables not getting passed || Apache, MySql, Win > 2k Setup > > Hmmmm......... > > Sounds like "resorting" to extract($REQUEST) might have a downside? > > Otherwise, I'll use it for now. > > Thanks, > > --Noah > > > ----- Original Message ----- > From: "Ernest E Vogelsinger" <[EMAIL PROTECTED]> > To: "Noah" <[EMAIL PROTECTED]> > Cc: "Philip Olson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Wednesday, January 29, 2003 2:58 PM > Subject: Re: [PHP] Form Variables not getting passed || Apache, MySql, Win > 2k Setup > > > > At 02:55 30.01.2003, Noah said: > > --------------------[snip]-------------------- > > >I don't want to use $_REQUEST['my_passed_variable'] at all. > > > > > >Right now when I do an sql insert on my local machine I have to use the > > >following syntax: > > > > > >INSERT into tablename (field name list) > > >VALUES ($_REQUEST['var1'], $_REQUEST['var2'], $_REQUEST['var3']) > > > > > >I just want to use $var1, $var2, $var3 > > --------------------[snip]-------------------- > > > > You can always resort to > > extract($_REQUEST); > > > > > > -- > > >O Ernest E. Vogelsinger > > (\) ICQ #13394035 > > ^ http://www.vogelsinger.at/ > > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php