Advertisment
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...
This tutorial shows you how to use two open source, cross-platform tools for creating a dynamic Web site: PHP and MySQL. When we are finished, you...
This is a remastered PHP4.CHM(Compiled HTML Manual). Added keyword index and good-looking MSDN style sheets.
A set of online tutorials on PHP development. Topics include: History, Installation, Variables, Math, Control Structures, Objects and Classes,...
Explains what is PHP, and how it works with examples using a dynamic NetSafe Color chart and an Access database connection using ODBC. Also,...
This introductory Web tutorial covers: The detail definition of PHP, The basic PHP Syntax, Creating a simple and a multipage forms in PHP, How to...
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...
The quickest way to learn PHP is to start using it and see what happens. This tutorial starts by diving right into the good old 'Hello...
PHP is a freely available, HTML-embedded scripting language that lets you embed special tags to create your script right in an HTML file. PHP can...
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...
This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and...
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...
It's time to face it: databases are everywhere. Feeling left behind? This ten part series of articles will teach you everything you'll...
This helpful tutorial shows you how to build an opt-in email list in PHP. It covers validating email addresses, checking for duplicate email...
Explains how to link to inside every opt-in mail list email to allow subscribers to easily and automatically unsubscribe from the list.
In this tutorial, you will learn to create the admin send mail form. It shows you how to use a loop to send the mail instead of simply separating...
This tutorial with revised code shows you how to send email to multiple recipients using loops.
This tutorial will guide you through building a complete mail list administration solution in PHP, capable of handling multiple lists.
Join Hermawan as he shows you the basic of the Smarty templating system.
PHP pages have a reputation of being more difficult (or at least different) to SEO than static HTML pages. Here’s an overview of the major issues...