Tag: PHP
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
- Bhumi
- 1
- 12 years ago
- Web Development
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
- Bhumi
- 1
- 12 years ago
- Web Development
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
- Bhumi
- 0
- 12 years ago
- Web Development
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
- 0
- 12 years ago
- Web Development
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