Question - How To Create a Table?
Answer -
If you want to create a table, you can run the CREATE TABLE statement as shown in the following sample script:
Remember that mysql_query() returns TRUE/FALSE on CREATE statements. If you run this script, you will get something like this:
Table Tech_links created.