Monday, January 5, 2015

Creating a table in Xampp / PHPMyadmin

To create a table, click on the tab "Databases" and choose a database by clicking on it:




















Then there will be a box titled "Create new table in database", where you type the name of the table and the number of columns and press the button "Go":







Then you can name the columns and set the data type, etc., as in the SQL example below:


No comments: