Hello, just trying to make my page output user is already online if there name exists in the onlineusers field ive already selected the table anyone jknow the rest of the code?:
$query = mysql_query("SELECT * FROM onlineusers")
or die("Could not insert data because ".mysql_error());
$qry = mysql_fetch_array( $query );





:
Bookmarks