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