With over 175 unique marketplace member features, ILance offers the ability and security to deploy a highly interactive reverse auction marketplace allowing buyers to post their projects, and bidders to pay a subscription fee to bid on projects. Recent updates include Fully Templated Emails (+120), Global Distance Calculation, Live Currency Conversion and more!
Completely OO PHP Form Creation and Validation Script
The author writes "This is the only true object oriented form class in existence. Each input, such as text fields, selects, etc., is an object. You can inherit from these objects to create the behavior you would like. You can also add completely new inputs. This is alpha code, meaning it is not fully functional. I feel that it is worth releasing since it is already usable in my applications."
This is a code written in php and javascript. The code after being put in between your head tags on your pages and putting the required link on your page, enables the visitors to bookmark or save their current page to their favorites list. It is very simple and does the job.
AcidWorx Guestbook complete and easy to use guestbook prgoram. It runs using a MySQL database on backend, and comes with complete instructions on how to modify it for your site.Admin interface added in the NEW version to Modify and Delete Guestbook enteries.
Form_Validator Class is a PHP object that can be used to validate the presence of HTML form data. By "validating", the function simply checks if a variable is NOT NULL. The class is intended to be called AFTER the end-user has submitted an HTML form. The class is first initiated, then the validate_fields function is called by passing the field names of all the required form fields. If any of the variables (field names) are NULL the function returns FALSE, along with an error message of which fields are null. If all the variables are NOT NULL, the function returns TRUE.
Form_Validator Class has the ability to check multiple fields at once, and check that at least one field in a group of many has been filled in by the end-user ("Please enter your Home Phone OR your Work Phone").