PHP MySQL: Making TableTag: mysql, database, table Category: PHP Databasepost: 28 Feb 2008 read: 1,528 php mysql basic step by step tutorial - part 3: PHP do not provide the special function of making tables with its fields. So in order to make the data table, it stills use the sintaks from database program (used MySQL) then this sintaks will be operated by using of mysql_query() function. For example, make a employees database of one office, personal data table with the field of employees number, employees name, and employees address. Create a file named create_table.php within www. Enter following code:
Point your browser to http://localhost/create_table.php. May you get like this:
If you see at phpmyadmin, you will get like this:
|
| | Give Your Opinion | Recommend |
|

