The "General Games Chat" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
A list of who's here at the mo. Basically, you just query the database for messages posted in the last 10/15 minutes, retrieve the usernames, and list them. Great idea!
if ($answer == "yes") {
echo("Great! Only do it for each forum, though");
} else {
echo("Why not? If you tell me how you format your timestamp, I'll write the code for you");
} ?>
:)
> This is definitely possible, but you might need quite a large place
> to store the names, because it gets quite busy here!
You don't understand. It's dynamically generated, and it just queries an existing database, so the only space you need is the php script, which isn't very large at all (40 lines?)
A list of who's here at the mo. Basically, you just query the database for messages posted in the last 10/15 minutes, retrieve the usernames, and list them. Great idea!
if ($answer == "yes") {
echo("Great! Only do it for each forum, though");
} else {
echo("Why not? If you tell me how you format your timestamp, I'll write the code for you");
} ?>
:)