|
$query="INSERT INTO logs SET date=CURDATE(), time=CURTIME(), username='$user', password='$pass', keywords='$keywords'";
based on the query above, it looks like you are achieving what you want to achieve. (except you mentioned taking out the pass)
what is not working for you?
|