Brutus2k Posted January 2, 2012 Share Posted January 2, 2012 Goedenmiddag, Voor een boekenshop wil ik een extra tabblad maken in mijn shop, die aan de hand van een feature variable, informatie uit een (nieuwe door mij aangemaakte) tabel haalt. Echter dit wil niet helemaal lukken. heb de volgende pagina gevonden: http://www.prestashop.com/forums/topic/94231-solved-how-to-sql-query-in-a-tpl-file-n00b-inside/ Daar heb ik de queries aangepast naar mijn tabel, maar dan gaat het helemaal fout.. heeft iemand nog een goed idee / linkje enz. Mijn tabel ziet er als volgt uit: CREATE TABLE `auteurs` ( `auteur_id` int(4) NOT NULL auto_increment, `voornaam` varchar(300) NOT NULL, `achternaam` varchar(300) NOT NULL, `tekst` text NOT NULL, `url` varchar(300) NOT NULL, `pic` varchar(300) NOT NULL, `website` varchar(250) NOT NULL, PRIMARY KEY (`auteur_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now