How to Count Number of Columns in MySQL
Posted on 12 years ago
Many databases support the concept of prepared statements.Prepared statements are useful to execute SQL statements with some patterns and optimize the query.Today I am going Read More
Design Pattern performs the major role in the object-oriented programming of PHP.A design pattern is useful to write a real and reliable design code and Read More
If any information is critical to your website and if you want to remove out of date contents and want to prevent web browsers from Read More
While writing to files that are possibly being read by other scripts at the same time, you will run into problems at some point specifically Read More
Sometimes you have data(mainly MySQL data) in comma-separated values (CSV) format. or you have CSV file to import database values and you tried with CSV Read More
Today I am going to show one more demo which is for to swap database table row like in Joomla for sorting or ordering a Read More
Sometimes you want to read the database values in JavaScript.This article describes the real-time display of JavaScript Ticker using Database Values. Here is the one Read More