|
|
| PHP [+] Favor-It | |
| |
 |
| | Sort By:
|
This chapter describes: How to begin and end a PHP code block. How a PHP input file will be processed. Also includes how to enter comments in a PHP code block.
Author: Dr. Herong Yang Code: PHP 4.0 |
Regular Expressions are one of the trickiest things to learn. There are a lot of components to it, but it can at the same time be very strong. A regular expression is an expression which lets you match an arbitrary strong, dissect it. Author: MicroCYB Code: PHP 4.0 |
Here is a list of all the documented PHP functions. Click on any one of them to jump to that page in the manual. This manual is provided from the developers of php.
Author: php.net Code: PHP 4.0 |
|  | |
This syntax reference offers an indepth look at php predefined functions and examples of uses of all of them. They are categorized by how you can use them and what software they comply with. Author: PHP Builder Code: PHP 4.0 |
The array functions are part of the PHP core. There is no installation needed to use these functions. PHP supports both simple and multi-dimensional arrays. There are also specific functions for populating arrays from database queries. Author: w3schools Code: PHP 4.0 |
A PHP scripting block always starts with <?php and ends with ?>. A PHP scripting block can be placed anywhere in the document. On servers with shorthand support enabled you can start a scripting block with <? and end with ?>.
Author: w3schools Code: PHP 4.0 |
This article covers basic PHP syntax, including variable usage, variable types, and several ways of printing variables to the web browser. One of the similarities between PHP and these packages is the ability to jump between PHP and HTML code quickly. Author: John Coggeshall Code: PHP 4.0 |
|  | |
PHP has the full complement of operators, and they work just as you'd expect them to--especially if you come from a background of C or C++. A good rule of thumb for PHP: "When in doubt, try it; it will probably work." Author: David Sklar & Adam Trachtenber Code: PHP 4.0 |
This is a PHP Function Table, a reference that show all functions categorized by php versions (3 and 4)and alphabeticalized in order for both.
Author: Zend Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|