Help for this page
$sql = <<"__SQL__"; # treats it as if double quoted CREATE TABLE colors ( ... ) TYPE=MyISAM; __SQL__