Blog URL: http://programmerblog.net
In this tutorial you will learn basics of:
- Connect to database using php PDO extension
- Insert data into database table
- Insert data into table using prepared statements
- Update data in database table using prepared statements
- Delete data from a table
- Select data with Where, order by and limit clause
Please view the detailed video tutorial at: https://www.youtube.com/watch?v=ifthg0g_S38
Read a detailed articel at: https://programmerblog.net/php-pdo-ajax-tutorial-example/