Page Number: Page 1 of 1
Actual Results
- Rivalwebs
- Forum: Introduce Yourself
- Topic: Introduce Yourself Archive 2008
- Subject: Introduce Yourself Archive 2008
- Replies: 594
- Views: 16070
- Subject: Introduce Yourself Archive 2008
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
- Rivalwebs
- Forum: Programming / Scripting / Coding Forum
- Topic: MySQL Library
- Subject: MySQL Library
- Replies: 0
- Views: 251
- Subject: MySQL Library
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) ...
- Rivalwebs
- Forum: Programming / Scripting / Coding Forum
- Topic: Users Online scripts
- Subject: Users Online scripts
- Replies: 3
- Views: 315
- Subject: Users Online scripts
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...

