Free Hosting Tutorials

1.Log into the cpanel >> phpmyadmin

2.Before creating the table,create the database

3.Type the name, select the number of fields and click the Go button. You will then be taken to a setup screen where you should create the fields for the database.

4.Run a mysql queary which will create a table

CREATE TABLE tablename (

Fields

)

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.