PHP Programming Tutorial
- 0
- 13 years ago
- Web Development
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
- 1
- 13 years ago
- Web Development
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
- 1
- 13 years ago
- Tips & Tricks
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
- 0
- 13 years ago
- Web Development
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
- 3
- 13 years ago
- Web Development
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
- 1
- 13 years ago
- Web Design
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