Home »

How To Create a Table?

Question ListCategory: PHPHow To Create a Table?
shah_kajal184 author asked 8 years ago
1 Answers
denielshakespeare5 author answered 8 years ago

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.

Please login or Register to Submit Answer