Re: [PHP-INST] register_globals and array of checkboxen

2002-07-30 Thread Rasmus Lerdorf
Works fine here. Note that you are missing a closing " in your if($Submit) line. Check your code for obvious typos. Turn up your error_reporting level to E_ALL and check phpinfo() to make sure register_globals is really on and that you are editing the correct php.ini file. phpinfo() will tell

[PHP-INST] register_globals and array of checkboxen

2002-07-29 Thread Hanser, Kevin
I'm having a problem with an array of checkboxen in a form that isn't passing on its values when the form is submitted. At first I thought this was related to the register_globals since I just updated to php 4.2.1 a week or so ago.. I've read the information that says it's turned off by default