Transaction is very useful portion of the database operation when we are making number of queries and all the queries are depends on each other. Transaction works on this method
PDO
You should first read below article before continue with this article. PDO Introduction Mysql Connection PDO Many of the matured databases support the use of prepared statements. Prepares statements can
In previous post I have introduced some basic introduction about the PDO ( PHP DATA OBJECT ).
PDO (PHP Data Object) is the lightweight and consistent interface for accessing the multiple databases (even of different types) through PHP.