Author name: php Guru

PHP

PHP Connect to MySQL

If you\’re using PHP 5 or later, you can use: MySQLi extension (the \”i\” stands for improved) PDO (PHP Data

PHP

PHP MySQL Database

With PHP, you can connect to databases and change the way they work. PHP is most often used with MySQL,

PHP

PHP Namespaces – PHP OOP

PHP Namespaces Namespaces are qualifiers that help solve two different problems: They help keep things more organized by putting together

Scroll to Top