Phpdynamic

PHP and MySQL Programming Guides, Tutorials, & Articles

Archive for October, 2009

Working with Forms in PHP – Part 1

OCT 28

Forms are everywhere on the Web, you use them to enter your billing details while shopping on-line, writing a comment on a blog, or while preforming a search. Regardless, forms are essential to making the Web interactive. In this tutorial we’ll show you how to use PHP to process HTML forms. A prerequisite for this tutorial is a basic knowledge of HTML forms, a good reference is Htmlgoodies.

Read more…