Chapter 4. Working with Forms in PHP

When I first started getting into PHP development around 1997, what kept me working with PHP (besides its database access) was its capability to work with forms. Up until that point, all the work I had been doing with CGIs (common gateway interfaces) had been done using pure C with a great deal of unnecessary hassle. As you'll learn in this chapter, as I did all those years ago, using PHP to access data and submit it to the Web server via HTML forms can be done quickly and easily.

In general, I tend to assume that if you are a PHP developer, you must already know HTML like the back of your hand. However, I still find myself jumping on the Web ...

Get PHP 5 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.