Linking a web page to a database
Learning objective :
link a web page to a database
The theme of the lesson :
What are Web pages?
1. Most importantly, MySql is a free database! You do not need to pay for using MySql on websites. Thanks to the built-in support of MySql in the free PHP application, in the development of sites often use a bunch of "PHP+MySql".
2. The database is suitable for most sites with average amounts of information. 99 % of websites on the Internet are like this. Only a small percentage of sites have certain "contraindications"to work with MySql database. For example, large sites with high traffic may require a special approach to the development and selection of a suitable database.
3. Easy to use and administer.
4. MySql is supported by popular hosting providers that provide PHP service. Having programmed the site in PHP and work with the MySql database, You will not have problems with the choice of a suitable hosting and placement of the site on the Internet.
Why MySql?
Creating a database in phpMyAdmin
Working with PhpMyAdmin:
1. database creation
2.create multiple tables specifying types, field length, key field, etc.
3.linking tables
phpMyAdmin is an open source web application written in PHP, which is a web interface for MySQL database administration. PHPMyAdmin allows you to use a browser and not only to administer the MySQL server, run SQL commands and view the contents of tables and databases.
Task 2.
Practical task
Материалы на данной страницы взяты из открытых источников либо размещены пользователем в соответствии с договором-офертой сайта. Вы можете сообщить о нарушении.