<?php include"config.php"; CREATE TABLE `test_test` ( `id` int(10) unsigned NOT NULL auto_increment, `cos` text NOT NULL, `cos2` longtext NOT NULL, `cos3` text NOT NULL, ) TYPE=MyISAM; ?>
<?php //...polaczenie do bazy ?>
<?php //....polaczenie do bazy ?>