have a look on the mysql list for this :).. -----Original Message----- From: r [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 28 May 2002 10:22 PM To: [EMAIL PROTECTED] Subject: [PHP] A bit confused
Hey guys, I just got this code (from "PHP BlackBook" pg:213") to make a table in MySql via a PHP script, I though I knew SQL till I saw this.... CREATE TABLE sh_indexPages ( ID int(11) NOT NULL auto_increment, Page varchar(255) NOT NULL default '', PRIMARY KEY (ID) ) TYPE=MyISAM; What the heck is the "TYPE=MyISAM;" mean? And to top it all it seems to be running in PHPMyAdmin! Any ideas? Kindly reply, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php