Can anyone code a file to read smilies and automatically insert the relevent info into the database or even just display the relevent lines to copy and paste to the sql query eg:
INSERT INTO `ibwf_smilies` VALUES(1, '
ICON1)', '../smilies/ICON1.gif', '0');
INSERT INTO `ibwf_smilies` VALUES(2, '
ICON2)', '../smilies/ICON2.gif', '0');
etc...
Im sure this would be a great help to a great many people on here if anyone could code it
INSERT INTO `ibwf_smilies` VALUES(1, '

INSERT INTO `ibwf_smilies` VALUES(2, '

etc...
Im sure this would be a great help to a great many people on here if anyone could code it
Comment