Date last modified: Jan 20, 02:19
Acquire a working knowledge about PHP programming then it is a mater of few weeks. Additionally if you have programming background in other languages especially on C then you can learn PHP quickly, since its syntax is analogous to C
Date last modified: Dec 26, 17:53
Constants are data which do not change their values. Named constants are defined by a unique name and they hold constant values through out the execution of a program. PHP allows programmers to define named constants
Date last modified: Dec 02, 04:39
PHP language offers many types of loop statements. They are for loop, foreach loop, while loop, do-while loop, goto loop. A brief introduction with example of each of them is given here
Date last modified: Oct 25, 12:57
PHP is a open source general purpose scripting language. As scripting language, - program in PHP are written in plain text and hence they are portable
Date last modified: Oct 22, 13:45
Web pages developed by HTML script are said as static WebPages. A dynamic website is one whose page content may vary according to the various variables read by the server