I'm using this line in searchengine.php
mysql_query("INSERT INTO wsearch (usersearch) VALUES ('".$_REQUEST['search']."')") or die(mysql_error());
however, I'm confused as where to put it, either i get just search querys and not the "go"s or I get a No Database Selected error.
-Moonlight Embrace