PHP Lesson 34 - Creating Tables in MySQL using PHP HD
In this lesson I create a table in a MySQL database using a PHP web page. I use the MYSQL_CONNECT function to connect to MySQL. After the connection, I use the MYSQL_SELECT_DB function to select the database the table will be created in. To create the table I use the MYSQL_QUERY function to send a SQL Statement to create the table with the fields. This video is part of a series on PHP Development. This PHP Development series is designed to teach both current and new programmers web development techniques in a step-by-step guided approach. Any images used are part of the Creative Commons License. For more information visit Lecture Snippets at http://lecturesnippets.com.
Похожие видео
Показать еще