Quote:
Originally Posted by tehcake
Sorry Jenta, but I'm not really a PHP/MySQL person, so I went into phpMyAdmin and did it all by hand instead of using a query. I don't know if it's the problem, but maybe it's the CREATE part because the icon table already exists?
|
the create code is just my dump of the table, i didnt use it to actually add ur row
its only to show the rows and what is in each
PHP Code:
`iconforums` varchar(100) NOT NULL default '',
this is the row you say to create
can you look at yours and see if its the same?