Thread: Easy Script
View Single Post
Old 06-13-2005   #2 (permalink)
Man1c M0g
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Try this:
Code:
<?php
include 'config.php';
$do = mysql_query("UPDATE Finnal_Users SET Logedin = 0 WHERE Logedin > 0") or die(mysql_error());
mysql_close($l);
?>
That'll set all Logedin rows to '0', whatever the username.
__________________
Man1c M0g is offline