topical media & game development
professional-sql-09-lib-functions.php / php
<?php
function log_page_hit()
{
_SERVER['REMOTE_ADDR'],
mysql_real_escape_string(GLOBALS['DB']));
return mysql_query(GLOBALS['DB']);
}
?>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.