-- 2011 Bastiaan Welmers -- See bookmarks.php CREATE TABLE `bookmarks` ( `id` int(11) unsigned NOT NULL auto_increment, `parent_id` int(11) unsigned default NULL, `description` varchar(512) NOT NULL, `url` varchar(512) default NULL, PRIMARY KEY (`id`) ) AUTO_INCREMENT=14 ; INSERT INTO `bookmarks` (`id`, `parent_id`, `description`, `url`) VALUES (1, NULL, 'Android', NULL), (2, 1, '[HowTo] Lagfix instellen op de speedmod kernel SGS I9000', 'http://www.androidworld.nl/forum/samsung-galaxy-s/11651-howto-lagfix-instellen-op-speedmod-kernel-sgs-i9000.html#post78860'), (3, 1, 'HowTo: 3 Button Combo voor wie deze niet heeft', 'http://www.androidworld.nl/forum/samsung-galaxy-s/8812-howto-3-button-combo-voor-wie-deze-niet-heeft.html'), (4, 1, '[HowTo] Installeer Lite''Ning ROM - Android Forum | Alles over Google Android | Androidworl', 'http://www.androidworld.nl/forum/showwiki.php?title=Tutorial:HowTo+Installeer+LiteNing+ROM&redirect=no'), (5, 1, '[ROM] Lite''ning ROM', 'http://www.androidworld.nl/forum/samsung-galaxy-s/11565-rom-litening-rom.html'), (6, NULL, 'Sysadmin', NULL), (7, 6, 'FastCGI', NULL), (8, 7, 'PHP+FastCGI+APC+SuEXEC', 'http://www.brandonturner.net/blog/2009/07/fastcgi_with_php_opcode_cache/'), (9, 7, 'Apache+suEXEC+FastCGI+PHP-FPM+APC - Part 1', 'http://learnix.net/fastasscgi-part1/'), (10, 7, 'Setting up Apache2, SuExec, PHP5/FastCGI', 'http://www.cosmocode.de/en/blog/gohr/2007-05/16-setting-up-apache2-suexec-php5-fastcgi'), (11, 7, 'Suexec''ed PHP-FastCGI on Apache2', 'http://snippets.dzone.com/posts/show/81'), (12, 7, 'FastCGI documentation', 'http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html'), (13, 7, 'Red Hat / CentOS Apache 2 FastCGI PHP Configuration', 'http://www.cyberciti.biz/tips/rhel-centos-fedora-apache2-fastcgi-php-configuration.html');