Hi all..
Im trying to add in the userfield a new table, but wheb i run this..
i dont see the sound table in the database..
any idea's?
PHP Code:
CREATE TABLE IF NOT EXISTS `userfield` (
`userid` int(10) unsigned NOT NULL default '0',
`temp` mediumtext,
`field1` mediumtext,
`field2` mediumtext,
`field3` mediumtext,
`field4` mediumtext,
`sound` mediumtext,
PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Best regards..
--------------- Added [DATE]1232155874[/DATE] at [TIME]1232155874[/TIME] ---------------
anyone???