What is a Variable in PHP ? January 2, 2013 A variable is a representation of a particular value, such as blue or 19349377. By assigning a value to a variable, you can reference… Continue Reading
Commenting Code in PHP January 2, 2013 Commenting your code is a good habit to have. Entering comments in HTML documents helps you (and others who might have to edit your… Continue Reading
Escaping your code – Escaping double codes January 2, 2013 Right up there with remembering to terminate your commands with semicolons ( ; ) is remembering to escape characters such as quotation marks. When… Continue Reading
My First PHP Script January 2, 2013 Follow the all steps and create your first PHP script:1. Open a new file in your text editor.2. Type the following HTML <HTML><HEAD><TITLE>My First… Continue Reading
PHP Start and End tags January 2, 2013 The PHP parser recognizes a few types of PHP start and end tags. It will attempt to execute anything between these tags, so it… Continue Reading
Why Candle removed from google.com ? January 2, 2013 Some days before a candle was showing on the wall of google www.google.co.in in the memory of delhi rape case. Google India supporting Damini Rape… Continue Reading
Why PHP 6 ? January 2, 2013 It’s natural that languages continue to develop, and PHP 6 has done just that—its changes represent the next step in the growth and development… Continue Reading
What Does PHP Do ? January 2, 2013 PHP does anything you want, except sit on its head and spin. Actually, with a little on-the-fly image manipulation and dynamic HTML, it could… Continue Reading
What is PHP ? January 1, 2013 Its Official name is Hypertext preprosessor, and it is server side scripting language. When your web browser access a url. It is making a… Continue Reading
How to use PHP ? January 1, 2013 Just download this software called XAMPP or WAMP Server. Install one of them software then copy & paste the PHP files in the C:xampphtdocs … Continue Reading