Please I will give 10 points ! I always do.
This is the error
PHP Parse error: syntax error, unexpected T_VARIABLE in /var/www/html/search.php on line 11
This is my whole code
<?php
include ("dbinfo.inc.php");
mysql_connect('localhost',$username,$password);
@mysql_select_db($database) or...