- Introduction to PHP - Getting Started
This article will show you the basics of a PHP program with several simple examples. It starts with HTML output and progressively builds up to variables, control structures, and looping.
Price: Free
http://www.phpworld.com/articles/2000.02/intro_000.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
Price: Free
http://www.php.net/tut.php
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP 101 (Part 1): Secret Agent Man
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.
Price: Free
http://www.devshed.com/Server_Side/PHP/PHP101_1/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP 101 (Part 2) - Shakespeares Rose
This is the second part of the PHP 101 article. The second article in this series takes a look at PHPs form-processing capabilities, and introduces you to the comparison and logical operators and the "if-else" and "switch" family of conditional statements.
Price: Free
http://devshed.com/Server_Side/PHP/PHP101_2/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP 101 (part 3) - Chocolate Fudge And Time Machines
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.
Price: Free
http://www.devshed.com/Server_Side/PHP/PHP101_3/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP Tutorial
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.
Price: Free
http://www.gimpster.com/php/tutorial.php
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP, The Nitty Gritty: Lesson 1
This is an introductory article on PHP programming. Some of main topics covered include: Variables, Strings, Arrays, Comparison Operators, and Control Structures.
http://www.abriasoft.com/view_contrib.php?internalid=2
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP3 Introduction
This excellent five-page tutorial introduces you to the world of PHP3 programming and Web database interfacing with MySQL. Main topics include: The definition of PHP, How to use HTML forms and variables with PHP, MySQL database interfacing, Outputting data from MySQL, and more.
Price: Free
http://www.devshed.com/Server_Side/PHP/Introduction/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Switching to PHP: Whats the Language Difference\?
This article is intended for readers getting started with PHP, but who are already familiar with another Web based language. It points out some of the main areas where things are different from other languages (particularly Perl, Javascript and VB/ASP) to help you get started. This article is not intended to be an in-depth look at PHP functionality. Rather, it is meant as a review of those PHP features that should be of particular interest to the Perl, Javascript, and VB/ASP programmer.
Price: Free
http://www.zend.com/zend/art/langdiff.php
(Rating: 0.00 Votes: 0)
Rate It
Review It
|