hi,
i need some help on the PHP scripting ...
I need to excute the mysql command by just typing the url of the PHP.file so that i can easily add the mysql query .
WHY -- my script is always giving problem , so i got to reload the query ...
here the mysql command , can any one help me to make a installer script ? thks
Quote:
DROP TABLE IF EXISTS nuke_whos_online;
CREATE TABLE nuke_whos_online (
user_id int(11) NOT NULL default '0',
uname varchar(25) NOT NULL default '',
user_from varchar(20) NOT NULL default '',
time varchar(14) NOT NULL default '',
ip varchar(48) NOT NULL default '',
guest int(1) NOT NULL default '0',
module varchar(30) NOT NULL default '',
url varchar(255) NOT NULL default ''
) TYPE=MyISAM;
|
thks
