PHP DATA OBJECTS Fundamentals(JNNC Technologies)


If you are using MySQL or MySQLi extension to access MySQL database, then later on if you want to switch to different database like SQLite or PostgreSQL. Then we have to completely rewrite the script the way we are accessing database connection and the data. Where as PDO (PHP DATA OBJECTS) let us write single php script that work with different databases.

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();