Exemplo n.º 1
0
 /**
  * Show a simple form to enter a search string.
  */
 public function showForm()
 {
     $f = new piaForm();
     $f->start(piaSearch::TOKEN_PREFIX);
     echo 'Search: <input type="text" name="searchtext" value="', htmlspecialchars($this->searchstr), '" size="80"> ';
     $f->end('Go');
 }