PHP Classes

File: users_online.sql

Recommend this page to a friend!
  Classes of streamloaders   online_users_pro   users_online.sql   Download  
File: users_online.sql
Role: ???
Content type: text/plain
Description: The SQL data you need
Class: online_users_pro
update for the previous class of bmpc@netcabo.pt
Author: By
Last change:
Date: 21 years ago
Size: 264 bytes
 

Contents

Class file image Download
# # Tabel structuur voor tabel `users_online` # CREATE TABLE users_online ( id int(10) NOT NULL auto_increment, ip varchar(15) NOT NULL default '', timestamp varchar(15) NOT NULL default '', PRIMARY KEY (id), UNIQUE KEY id (id) ) TYPE=MyISAM;