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