Programming

Articles about php, html

Difference between micro computer, super computer and mainframe computer

The main difference between micro computer, super computer and mainframe computer is the power they have. But i can explain the features of all these as:- Micro computer Micro computer are general purpose computer also called Pc. They are used at our homes. Micro computer can handle one user at a time. These computer are

Difference between micro computer, super computer and mainframe computer Read More »

Difference between require, require_once, include and include_once

All these functions require, require_once, include and include_once are used to include the files in the php page but there is slight difference between these functions. Difference between require and include is that if the file you want to include is not found then include function give you warning and executes the remaining code in

Difference between require, require_once, include and include_once Read More »