Re: [PHP-WIN] User Online
What exactly is your problem? Cheers Tryst
RE: [PHP-WIN] User Online
Could anyone help me to correct user online code: I am stuck in this point... CREATE TABLE useronline ( timestamp int(15) NOT NULL default '0', ip varchar(40) NOT NULL default '', file varchar(100) NOT NULL default '', PRIMARY KEY (timestamp), KEY ip (ip), KEY file (file) ) TYPE=MyIS