| |
| | PHP Programming |
 | | The text's best treatment of 'Structured Programming' is given in the chapters about JavaScript, 7 thru 12 and it would be a good idea to read thru these with particular attention about the 'general topics' related to programming languages: memory, arithmetic, decision making, control statements, functions, arrays and objects. |
 | | A 'structured approach' means that programming statements are related using three basic 'logical structures': sequence, alternative selections, and loops. |
 | | All programming languages support 'sequences' naturally -- each programming statement (line) is executed sequentially unless one of the language's 'control structures' is encountered. |
| www.people.vcu.edu /~gasaunde/php_programming.htm (2787 words) |
|