Help for this page

Select Code to Download


  1. or download this
    <td>
    <!-- TMPL_VAR NAME=Detail -->
    ...
    <td>
    <input type="submit" name=<!-- TMPL_VAR NAME=Detail --> value="Update"
    +>
    </td>
    
  2. or download this
    foreach ($query->param) {
        if ($query->param($_) eq "Update") {
    ...
            last;
        }
    }