PHP/MySQL Tutorial: How to Use PHP and MySQL?
Overview:
Nowadays PHP is an alternative to Microsoft's Active Server Page (ASP) technology. It is an open source server-side language, which is used for creating dynamic web pages, which will be embedded in HTML.
MySQL is a freely available open source Relational Database Management System [RDBMS], a database engine of sorts that uses Structured Query Language (SQL).
 
PHP/MySQL Tutorial includes:
A short introduction what is PHP and what it is used for;
What is MySQL and what are its benefits;
How to create a MySQL database and user - this is an important section when you try to install a ready-made PHP/MySQL
Learn how to remove a MySQL database and user;
Learn how to manage MySQL databases with phpMyAdmin or through Remote Connection;
Learn how to connect PHP scripts with MySQL data;
PHP code to connect to the Database;
Learn how to execute commands on the server;
Learn how to display table data in HTML;
Learn how to select individual records;
Learn how to add MySQL access hosts;
 
 
 
CATEGORIES