create table if not exists counter_new.err_log( seq int(11) not null auto_increment , dtti datetime , site_code char(4) not null , msg varchar(255) , err_msg varchar(255) , primary key(seq) );
Fatal error: Call to a member function query() on a non-object in /home/counter_ilink/www/counter.php on line 100