| Showing 21 - 30 from 75 tutorials on Page 3. |  | |
| | | PHP for beginners | | This online manual is meant to serve as a place to start for people not familiar with PHP. It covers the basics of variables, forms, sending email and MySQL databases. | | Added: 21 March 2007 - Visits: 67 | | | | | | | | PHP and MySQL - Introduction | | The topics covered in this tutorial include: PHP basics, including script structure, variables, supported types, constants, expressions, and type conversions; Condition and branch statements supported by PHP, including if, if...else, and the switch sta... | | Added: 20 March 2007 - Visits: 70 | | | | | | | | Displaying Information and Variables | | This is a basic tutorial for a complete beigginer which teaches you how to display information on a page using PHP and how to use variables. | | Added: 20 March 2007 - Visits: 73 | | | | | | | | Web Programming Tutorial for the Absolute Beginner | | An easy to follow tutorial. Although using PHP, the most popular web programming language, it focus on web concepts in instead of on the language building a solid base from where to jump into the web world. | | Added: 20 March 2007 - Visits: 86 | | | | | | | | Herong's Tutorial Notes on PHP | | This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include Command Line Interface (CLI), array, CGI, cookie, database, HTTP, IIS, image... | | Added: 20 March 2007 - Visits: 66 | | | | | | | | PHP Functions : array_fill | | array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warning. | | Added: 20 March 2007 - Visits: 79 | | | | | | | | Split all characters in a string | | Shows you how to split all characters from a string. Example: String = "blah"; echo this: b l a h | | Added: 20 March 2007 - Visits: 73 | | | | | | | | Make A Random Quote Generator! | | If, Elseif, Else Commands, use these variables to make your own Random Quote Generator! | | Added: 20 March 2007 - Visits: 103 | | | | | | | | PHP Functions | | Functions are the robots of any programming languages and in PHP they just the same. They are mainly used to make code reusable and easy to read. If you need to record a show on television only one time, do you program the VCR? however, if you need to r... | | Added: 20 March 2007 - Visits: 70 | | | | | | | | Introductory Tutorial | | This is a short introductory tutorial on PHP by the official PHP Web site. Explains what it is, what it looks like, what it can be used for. Also includes external links to other useful PHP-related sites. | | Added: 20 March 2007 - Visits: 70 | | | | | |