This is a plain PHP PDO CRUD demo. All the CRUD operations reside in (create.php, read*.php, update.php & delete.php files) For more details on the same use this link ...
I always wanted to create a tutorial on how to insert data to a database table, so here it is. You first must modify the config.php file to set your connection strings in order to get the rest of the ...