PHP programming tutorials
Redirect to another web page using PHP
contributed by qmchenry on June 9, 2004 under PHP programmingRedirection from one web page to another is a handy tool. This recipe describes the syntax that causes the client to redirect to another URL.
PHP conditional syntax: using switch and case statements
contributed by qmchenry on March 20, 2004 under PHP programmingThe switch/case statement offers similar functionality to the if/elseif statement, although it offers a more elegant solution and has capabilities beyond the if/elseif alternative.
PHP syntax: for loop basics
contributed by qmchenry on February 1, 2004 under PHP programmingThe for loop allows iteration a fixed number of times.
PHP: determine the directory path of the server root
contributed by qmchenry on January 4, 2004 under PHP programmingIt is sometimes necessary to refer to files in the host filesystem explicitly. By retrieving this information dynamically instead of hard coding it, moving the code from one server or hosting company to another is much simpler.
PHP syntax: Three Comment Styles
contributed by qmchenry on December 28, 2003 under PHP programmingPHP allows three forms of comments all of which may seem familiar to programmers of other languages.
PHP syntax: sort an associative array by value with asort
contributed by qmchenry on under PHP programmingTo sort an associative array by the array values, use asort.
PHP syntax: sort an associative array by index keys
contributed by qmchenry on under PHP programmingTo sort an associative array by index values (or keys), use ksort.
RECENT POPULAR RECIPES
- Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried...
- Cannot modify header information - headers already sent
- Redirect to another web page using PHP
- PHP if statement syntax
- PHP: determine the directory path of the server root
- PHP: Delete or unlink a file on the server
- PHP: Rename or move a file on the server
- PHP: Delete or expire a browser cookie
- View our Top Tens
TECH-RECIPES BLOGS
- Symfony Propel 1.4: New Project Workflow
- quickie: video on adding 3G modem to a Thinkpad Tablet
- modding: adding 3G to my Lenovo Thinkpad Tablet
- quick look: Lenovo Thinkpad Tablet (Honeycomb) and Pen (pics)
- design: my geek lair
- How to Delete Your Twitter Account
- Flash Error May Slow Down OS X Lion
- Mass Effect: Cannot See Mouse Pointer






