Help for this page

Select Code to Download


  1. or download this
      $sth = $dbh->prepare(
        'SELECT id, title, summary FROM  resource WHERE id = ?'
      );
      $sth->execute($filename);
    
  2. or download this
    <input name="search" type="text" value="<TMPL_VAR NAME='SEARCH'>" />
    
    ## or 
    
    <input name='search' type='text' value='<TMPL_VAR NAME="SEARCH">' />