Full PHP Master

Full PHP Master

Learn Php & Make Base For Development.

Recent Updates

Sunday 18 March 2018

PHP Insert Data Into MySQL

Insert Data Into MySQL Using MySQLi and PDO After a database and a table have been created, we can start adding data in them. Here are...
Read More

Database Table MySQLi and PDO

Create a MySQL Table Using MySQLi and PDO The CREATE TABLE statement is used to create a table in MySQL. We will create a table named ...
Read More

Thursday 22 February 2018

PHP WITH MySQL

PHP WITH MySQL  MySQL is the most popular open-source database system.  What is MySQL?  MySQL is a da...
Read More

Thursday 15 February 2018

PHP $_POST Function

PHP  $_POST  Function   The built-in $_POST function is used to collect values in a form with method="post".   The $_PO...
Read More

PHP $_GET Function

PHP  $_GET  Function   The built-in $_GET function is used to collect values in a form with method="get".   The $_GET F...
Read More