Copying the MySQL data files from one MySQL instance to another MySQL instance is too difficult job. Because MyISAM table engine table will imported easily without any issues. But InnoDB engine tables create in-sync issues, because the InnoDB tables keeps….. Read More >>>>
Posts By: muni
PDO – PHP DATA OBJECTS Fundamentals
In this tutorial we are going to see about PDO – PHP DATA OBJECTS fundamentals. PDO is uniform database access libary, which provides uniform methods (functions) to work with differnet databases without rewriting scripts while switching the database. “PDO is….. Read More >>>>
Lazy Load Images Using JavaScript PHP
In this tutorial we are going to see how to implement Lazy Load Images Using JavaScript in PHP project. For example your site home page has hundred of images, then your site user might wait longer time to see your….. Read More >>>>
Sortable Table Row Using jQuery UI
In this tutorial we are going to see how to implement Sortable Table Row Using jQuery UI. This functionality enable the user to drag and drop table rows within that table container. I have integrated this drag and drop Table….. Read More >>>>
Invoice Script Using PHP MySQL jQuery Ajax And Boostrap – V2
In this new version of Smart Invoice Script We have added lot of new features that tremendously improves work efficiency of the User who taking care finance department in your company. With this new script user can effectively manage stock….. Read More >>>>
How to Convert Responsive Website into Android & iOS Application using PhoneGap
In this tutorial we are going to see How to Convert Responsive Website into Android & iOS Application using PhoneGap. PhoneGap PhoneGap (Apache Cordova) is an open source software that enables software programmers to develop applications for mobile devices using….. Read More >>>>