PHP interesse |
|
Ik heb nu dit voor de database:
--
-- Table structure for table `config`
--
CREATE TABLE `config` (
`id` int(5) NOT NULL auto_increment,
`layout` varchar(255) NOT NULL default '001',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;
--
-- Dumping data for table `config`
--
-- -- Table structure for table `config` -- CREATE TABLE `config` ( `id` int(5) NOT NULL auto_increment, `layout` varchar(255) NOT NULL default '001', ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ; -- -- Dumping data for table `config` --
Is dat correct? Want als ik het probeer te importeren krijg ik een foutmelding
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
--
-- Table structure for table `config`
--
CREATE TABLE `config` (
' at line 1
MySQL said : Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' -- -- Table structure for table `config` -- CREATE TABLE `config` ( ' at line 1
Heb het nu ook verschillende malen in het script en de config proberen te zetten maar als ik vervolgens het script upload krijg ik een witte pagina te zien.
Dit zijn de 2 scripts welke ik nu heb.
Wellicht dat iemand kan kijken wat ik fout heb gedaan en een correcte database maken.
http://gangsterteam.com/layout.rar
Alvast bedankt, |