Re: [PHP] array $_POST problem

2004-03-17 Thread Joey Kelly
On Tuesday 16 March 2004 12:16, thou spake: You're the Joey Kelly who runs the LUG in NoLA, yes? Yes, that's me. Have you been to one of our meetings lately? We redid our website recently: http://www.nolug.org Thanks for saying hi :-) snip Upon post, you need to get materials as such:

Re: [PHP] array $_POST problem

2004-03-16 Thread Richard Davey
Hello Joey, Tuesday, March 16, 2004, 6:16:34 PM, you wrote: JK I have a SuSE 9.0 Linux server running PHP and Apache2 (my phpinfo() data is JK at http://redfishnetworks.com/~jkelly/test.php), and my problem is this: JK I've got a sticky problem that I need to solve. I've just turned on JK

RE: [PHP] array $_POST problem

2004-03-16 Thread Chris W. Parker
Joey Kelly mailto:[EMAIL PROTECTED] on Tuesday, March 16, 2004 10:17 AM said: The problem I'm having is that the script Im trying to refactor worked great before I turned register_globals off. The script posts an array, and I can't seem to figure out how to $_POST the array. the script

Re: [PHP] array $_POST problem

2004-03-16 Thread Chris Boget
You're the Joey Kelly who runs the LUG in NoLA, yes? I've got a sticky problem that I need to solve. I've just turned on register_globals in my PHP php.ini file, and therefore have to run my form variables through $_POST: $variable = $_POST[$variable]; echo $variable; Or you can use