You have have to add a field to the database somewhere and then add a query to the above code (between the brackets) to insert some information into that field. Or actually, to make it easier, you could just have the system send you an email when this happens. Take a look at this section of the PHP documentation:
http://us4.php.net/manual/en/ref.mail.php
You could include the date, time, user's name and query string in the email, so you'd get all the info.
Hope that helps.