melaniejk
Feb 10th 2006, 11:30 pm
Hi.
I need help doing one step in a Mod for my php Link Directory.
The guy who was going to help left the php LD forum and i'm stuck in the middle of the process.
Anyone online now that could help?
I just have a few simple questions.
#-----[ SQL ]------------------------------------------
# Where 'PLD_' is your table prefix
ALTER TABLE `PLD_LINK` ADD `DISPLAYURL` VARCHAR( 255 ) NOT NULL ;
INSERT INTO `PLD_CONFIG` (`ID`, `VALUE`) VALUES ('ENABLE_DISPLAYURL', '1');
There is this white box that pops up for
Server: localhost Database: genealog_geekdir Table: PLD_LINK
I think I'm supposed to type the stuff from the first part upabove into that box. But, it already has the following text in it.
Do I delete it or put my stuff underneath it? Then, do I click on Insert ?
SELECT * FROM `PLD_LINK` WHERE 1
Thank you
I need help doing one step in a Mod for my php Link Directory.
The guy who was going to help left the php LD forum and i'm stuck in the middle of the process.
Anyone online now that could help?
I just have a few simple questions.
#-----[ SQL ]------------------------------------------
# Where 'PLD_' is your table prefix
ALTER TABLE `PLD_LINK` ADD `DISPLAYURL` VARCHAR( 255 ) NOT NULL ;
INSERT INTO `PLD_CONFIG` (`ID`, `VALUE`) VALUES ('ENABLE_DISPLAYURL', '1');
There is this white box that pops up for
Server: localhost Database: genealog_geekdir Table: PLD_LINK
I think I'm supposed to type the stuff from the first part upabove into that box. But, it already has the following text in it.
Do I delete it or put my stuff underneath it? Then, do I click on Insert ?
SELECT * FROM `PLD_LINK` WHERE 1
Thank you