Not too long ago I released an open source application called class.forms. This class made in PHP allowed you to easily create forms with server side and client side validation. Since this was release over 5,000 of you have downloaded this class.

However as time has gone on, people either can’t find it on the site or ask about it, so I decided to make a new blog entry about it.

Here are some of the features:

  • Quickly add text, password, hidden, upload fields and more.
  • Automatically handle the posting of form data to a database (insert or update)
  • Resize uploaded images proportionally
  • Easily repopulate fields with GET, POST, or SQL data
  • Seamless client side and server side field validation on all inputs
  • You can customize a object by inserting your own html
  • Don’t have to memorize which order to pass variables to functions
  • Rapidly create dynamic forms easily

Words can’t describe how useful this class actually is, so give it a try today.

You can download class.forms here: http://www.adamkparker.com/programming/class-forms/