21. July 2008
When you wanna pass some value from one page to other page, you may wanna use GET or POST method.
Continue reading...19. July 2008
* Define a function: function fuctionName($argument1, $argument2,......){ Statements; }
Continue reading...17. July 2008
# Naming Rule: * A variable must start with $; //In other words, variable in PHP is Perl-like * After $, the first character must be a letter(a-z, A-Z) or an underscore(_); //It can't be a number
Continue reading...
23. July 2008
0 Comments