This post originated from an RSS feed registered with Web Buzz
by Max Zone.
Original Post: Autofilled PHP Forms
Feed Title: dzone.com: web design
Feed URL: http://www.dzone.com/feed/frontpage/web%20design/rss.xml
Feed Description: dzone.com: fresh web design links for developers
I hate typing, but I like writing code. A while ago I started to dread all the rote typing required to handle forms in PHP, and began looking for a Better Way. This article describes how I used PHP's regular expression functions to do most of the heavy lifting required to process forms properly, saving lots of typing and giving me time to do stuff I don't hate, such as writing code