Search found 3 matches

Actual Results

Post Posted: January 6th, 2008, 1:21 pm

My name's Scott. I'm a 17 year old self-taught programmer from the United States. And I am currently the author and webmaster of http://www.rivalwebs.net

Post Posted: January 6th, 2008, 1:17 pm

Here is a MySQL library I wrote a while back. I am just a self-taught programmer though, so I don't claim this to be perfect. [code]<?php error_reporting(E_ALL); /*----------------------------------------------------------------*\ Rival Webs (http://www.rivalwebs.net) ...

Post Posted: January 6th, 2008, 1:14 pm

Here is how I would do it... On each page, enter the time it's accessed into some database by using php's time() function, as well as the user accessing it. Then to see who's online, just check how many records in the database were entered in the database are >= time() - (however many seconds you...
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.