PHP Programming Tutorial

12 years ago

Functions play an important role for writing different PHP scripts and I believe, it is very good and specialized approach to design any PHP applications Read More

12 years ago

MySQL database is usually used to store data for PHP application and data are stored using the MySQL configuration and connection.Today I am going to Read More

12 years ago

Nowadays I am working on an application in WordPress and got many issues regarding character Encoding especially for German characters like (ä,ü,ë) and the ones Read More

12 years ago

PHP provides a number of predefined constants.PHP constants with the two underscores (__) are called the magic methods, which are not actually constants but has Read More

12 years ago

Sometimes you want to move on your WordPress site from one server to another server. The Most complex part is database when you want to Read More

12 years ago

WordPress contain language files that hold all of the messages and labels to translate into language.To convert text in another language is very easy in Read More

12 years ago

Simply say Abstract method means We declare it in one class and use(define) it in other class. What is Abstract in PHP? PHP 5 supports Read More

Most Popular Posts

How to Set the Time Zone in Modx

Posted on 11 years ago

Bhumi

How to convert RGB to Hex color PHP?

Posted on 10 years ago

Bhumi