[PHP] Re: Checkbox

2003-03-26 Thread Towel Boy
Try the readonly flag input type=checkbox name=checkboxes1 value=choice1 checked readonly Haven't tried it, no guarantees... Shaun [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, is it possible to have a checkbox that if it is specified to be checked when the page is being

[PHP] Re: php.ini question

2003-03-26 Thread Towel Boy
does phpinfo(32) show the $action variable anywhere? If so just use the global array variable it shows up under. Personally I'd just use the $_GET['action'] alias. You can safely turn register_globals on if you're the only guy that runs scripts on that server and your scripts will never have to