Learning PHP
PHP has become a popular scripting language for building dynamic web pages. Elizabeth Fulghum presents a series of tutorials to get you up and running with PHP.
efulghum@inter-tek.net
PHP has become a popular scripting language for building dynamic web pages. Elizabeth Fulghum presents a series of tutorials to get you up and running with PHP.
Use PHP and MySQL to create a fully functional database-based news application.
When it comes down to it, almost every dynamic Web application eventually boils down to accessing, manipulating, and presenting information. Combining your programming knowledge with database knowledge is a key to success.
Liz Fulghum continues her PHP series with a discussion of style, organization, and PEAR.
If you have ever written your own scripts in PHP or another programming language, you know the frustration that comes from debugging your work.
Being able to accept uploads from your users is one of those surprisingly essential functions that re-occur in many Web applications.
The ability to work within the file system is the power to store and retrieve information from the server. Combined with forms, it's the basis for a range of applications like guestbooks, blogs, images galleries and more.
Once you know the basics of PHP's syntax and structure, it is fairly easy to make the leap to writing full-fledged scripts. Because working with forms is one the most common tasks in writing applications for the web, the first script you will learn to write will be a form processor.
Arrays are important to program development. Explore how to work with them in PHP.
Copying the same code you need to every location you need it in is neither practical nor efficient. In the latest installment for learning PHP, you learn how to build functions as well as how to use the built-in functions provided.
To build effective programs, you need control. In this installment on PHP development, you learn to use PHP's control structures.
To effectively use a programming language you must perform operations. In Liz Fulghrm's continuing series on programming PHP, she presents coverage of this language's operators.
Basic information is stored using variables and data types. In this continuing tutorial, the focus is on teaching you the basic structure of PHP and how it handles variables and data types.
Before you can begin programming with PHP, you must first install and configure it on your system. In this second article of the Learning PHP series, Liz Fulghum teaches you how.
Tired of being limited by client-side Web development? Liz Fulghum begins a series of articles to teach you PHP. In this first article in the series, learn what PHP is and why you'd want to use it.