//collect information... $browser =$_SERVER['HTTP_USER_AGENT']; // get the browser name $curr_server = $_SERVER['SERVER_NAME']; $curr_page = $_SERVER['REQUEST_URI'];// get page name $ip = $_SERVER['REMOTE_ADDR']; // get the IP address $from_page = $_SERVER['HTTP_REFERER'];// page from which visitor came //Insert the data in the table... $query_insert ="INSERT INTO statTracker (browser,ip,thedate_visited,page,from_page) VALUES ('$browser','$ip',now(),'$curr_page','$from_page')" ; $result=@mysql_query ( $query_insert); if(!$result){ echo mysql_error(); } //echo $curr_page; //remove this section when attaching the script to a webpage //I include it only because of it's debug value. ?>
Tim Wells As founding editor of the poetry magazine Rising, Tim Wells has published the work of writers such as Sean O'Brien, Roddy Lumsden, August Kleinzahler, Annie Freud and Ahren Warner. His work as a poet and performer has seen him touring the U.S. (a dozen times), translated into German and Chinese, working as a guest poet on Radio London and as Writer in Residence with Tighten Up, the East London reggae sound system. His Boys' Night Out in the Afternoon (Donut Press) was shortlisted for the Forward Prize for Best First Collection in 2006. In autumn 2013 Tim published Keep the Faith, a short collection of his music-related poems, with Blackheath Books. His most recent full collection, Everything Crash, was published by Penned in the Magins in September 2015. Tim Wells's books If You Can Read This You're Too Close | ||||