PHP Classes

Notable PHP package: PHP Select Box Validation

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 102

Last month viewers: 2

Categories: Notable Packages

All the applications that generate HTML for the forms they present to their users know what are the valid options that the users may pick for select inputs.

However, when the applications use HTML for select input provided from other sources, the list of valid options depends on other applications that generated the HTML for the form.

This class provides a solution for validating forms with select inputs that are displayed using HTML provided by third-party applications that consist in parsing the HTML of the form select input to extract the list of valid options.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package PHP Select Box Validation is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Validate an option of a select input with its HTML

Here follows in more detail what it does:

This class can validate an option of a select input with its HTML.

It can take the HTML used to display a form select input and parses it to check if a given option makes part of the defined options.

The class can also extract the list of all available options and return an array with all the option values.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

Login Immediately with your account on:



Comments:

No comments were submitted yet.




  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)