well i dont this script:
<head><title>PHP TEST</title></head><body bgcolor="black" text="white">
<?php
mysql_pconnect("localhost","sacred","21233134")
or exit();
$db=mysql_select_db("sacred")
or die("No database!");
?>
now i just want a table with NAMES as the fields so how do i create a table?