hi guys me again this is what i have
which works just great BUT if i want to seachPHP Code:$result = mysql_query("SELECT * FROM table WHERE firstname LIKE '%".$searchterm."%'");
how so search ALL rows/columns firstname,lastname,username ectPHP Code:$result = mysql_query("SELECT * FROM table WHERE lastname LIKE '%".$searchterm."%'");
P.S i'm getting it slowly lol



Reply With Quote

Bookmarks