MySQL Tutorials PHP Insert Data Into MySQL 05.17 Add Comment 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
MySQL Tutorials PHP Create MySQL Tables 05.16 Add Comment A database table has its own unique name and consists of columns and rows. Create a MySQL Table Using MySQLi and PDO The CREATE TABLE ... Read More
MySQL Tutorials PHP Create a MySQL Database 05.15 Add Comment A database consists of one or more tables. You will need special CREATE privileges to create or to delete a MySQL database. Create a M... Read More
MySQL Tutorials PHP Connect to MySQL 05.13 Add Comment PHP 5 and later can work with a MySQL database using: MySQLi extension (the "i" stands for improved) PDO (PHP Data Objects) ... Read More
MySQL Tutorials PHP MySQL Database 05.11 Add Comment What is MySQL? MySQL is a database system used on the web MySQL is a database system that runs on a server MySQL is ideal for both s... Read More
Framework Web Apps Yii2 Best Alternative Web User Interface for Yii 2 22.41 Add Comment Yii is a high-performance PHP framework best for developing Web 2.0 applications. Yii helps Web developers build complex application... Read More
Software Web Apps Simple CRUD with Codeigniter 02.33 Add Comment CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you ... Read More