Help for this page

Select Code to Download


  1. or download this
    ...
    <input type="hidden" name="op" value="some_operation">
    ...
    
  2. or download this
    ... #(generic code / beginning of HTML dumped here)
    
    &$op();
    
    ... #(generic code / end of HTML dumped here)
    
  3. or download this
    @safesubs = ("this_sub", "that_sub", "other_sub");
    $ok = 0; #op is not okay to run until we say so ;-)
    ...
    } else {
        die("The op variable does not contain a valid definition");
    }