//This script will create a table called houses in your mysql database //Save the code below the dotted line as createtable.php. Then load it up to your server and open it up in your browser. //If the tables have been created successfully you will see the message "The query was successfully executed!". //Any problems indicate one of your connection settings is incorrect //Obviously change the table fields to be whatever you want. //A link back to http://www.stevesims.com/scripts.htm from your links page would be appreciated and will help you to find more similar scripts! ------------------------------------------------------------------------------ Creating A Table \n"); } else { echo ("The query could not be executed!
\n"); } mysql_close ($Link); ?>