Skip to content

programmer-blog/php-mysql-pdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source Code - PHP MySQL PDO tutorial

Blog URL: http://programmerblog.net

In this tutorial you will learn basics of:

  1. Connect to database using php PDO extension
  2. Insert data into database table
  3. Insert data into table using prepared statements
  4. Update data in database table using prepared statements
  5. Delete data from a table
  6. 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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages