Include a file and store contents to variable using output buffer
Posted on 13 years ago
Today I am going to cover small tutorial about CodeIgniter.CodeIgniter is a PHP framework for web application.Basically, CodeIgniter follows the most well-known Model, view and Read More
What is Interface? We all know the PHP class support only single inheritance, Can you achieve multiple inheritance in it? The answer is no. You Read More
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
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
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
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
Posted on 13 years ago