PHP Programming Tutorial

12 years ago

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

12 years ago

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

12 years ago

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

12 years ago

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

12 years ago

There are two ways to save images. Most common way is to save the file name in MySQL table and upload image in folder.Another way Read More

12 years ago

In last week, I was haven’t more work so I was experimenting a MySQLi extension in PHP and I thought that to check “how to Read More

12 years ago

In the last article I have explained about one of the OOPs concept is Type hinting and today I am going to explain one more Read More

Most Popular Posts

How to convert Object to array in PHP

Posted on 7 years ago

Bhumi