This is an introductory tutorial for those who understand HTML but don't know much about PHP. It covers the basic concepts such as variables, form processing, arrays, if, loops, comparison and logical operators, functions, etc.
This is an introductory article on PHP programming. Some of main topics covered include: Variables, Strings, Arrays, Comparison Operators, and Control Structures.
This 3rd part of the PHP 101 series features an explanation of WHILE, FOR and FOREACH loops, those PHP constructs that can save you hours of unnecessary HTML coding. Also included: array variables, the auto-increment operator, and some yummy desserts.
This is a nice introductory tutorial on PHP. It explains what it is, how it works, and covers some basic elements like Variables, Control-structures, and Functions.
PHP is the hottest scripting language around - and with the release of PHP4, more and more developers are looking at it as a rapid Web development tool. This new series of tutorials is aimed at getting novice programmers up to speed on the language, and the first article covers variables, operators and the include() function call. Exploding chewing-gum is optional.
It's time to face it: databases are everywhere. Feeling left behind? This ten part series of articles will teach you everything you'll need to build a database-driven Web site from the ground up. Main topics include: Installation, Getting Started with MySQL, Getting Started with PHP, Using PHP to access a MySQL database, Relational Database Design, A Content Management System, Content Formatting and Submission, MySQL Administration, Advanced SQL, and Advanced PHP.
Trying to decide which server-side script is best for you? Get the scoop on PHP from the master herself, Julie Meloni in this special hands-on tutorial. It covers a brief introduction to PHP, system requirement, and a couple of example codes.