"If you are thinking about getting into Zend Framework development, this is definitely a book you want to own." — Cal Evans (Zend Developer Zone)
"I've found this book to be a good resource, even for a grumpy veteran PHP programmer like myself. Flipping through the chapters quickly I can find some slightly different ways of doing things on my projects, and I really like that Jason is also showing how to take tools outside of the PHP ecosystem and embrace them. Tools like Git and Capistrano are there to help you, why wouldn't you want to use them?"
— Chris Hartjes ( @TheKeyboard blog)
Creating Your First Web Form
Released on: August 04, 2009 |
Duration: 8:50 minutes
Price: Free! Web forms are used in every conceivable type of website, acting as the channel for contacting the sales team, posting a comment, or listing an item on a site such as craigslist. This video shows you how to use PHP to retrieve data submitted through a form, and demonstrates why it's so important to properly validate user-supplied data.