Thread: PHP script HELP
View Single Post
  #1 (permalink)  
Old 07-15-03, 06:14 AM
Jerome Jerome is offline
Wannabe Coder
 
Join Date: Jun 2003
Location: On Earth
Posts: 177
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb PHP script HELP

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
__________________
Support me by clicking ads
@ http://atomise.blogspot.com
CHEERS
Reply With Quote