function notFound($firstname, $lastname) { head(); echo '<body> <div id = "frame">'; banner(); echo '<div id = "main"> <h1>No Results for ' . $firstname . ' ' . $lastname . '</h1>'; searchAll(); searchKevin(); echo '</div>'; validators(); echo '</div> </body> </html>'; }
$count++; ?> <tr> <td><?php echo $count; ?> </td> <td><?php echo $name; ?> </td> <td><?php echo $year; ?> </td> </tr> <?php } ?> </table> <?php searchAll(); searchKevin(); ?> </div> <?php validators(); ?> </div> </body> </html>
function start() { global $genre_select; searchAll('showgames', $genre_select); }
function buscarTodos($objCliente) { return searchAll($objCliente); }