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 ru
Try the readonly flag
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 formulated then it cannot be unchecked?
>
>
--
PHP General
2 matches
Mail list logo