On Fri, 2003-10-17 at 16:29, Frank Tudor wrote:
> I have found some great code that handles errors through
> PHP_SELF
> 
> However I have radio buttons and drop down selections that I
> cannot do a $_POST (the POST only works on my text fields).
> 
> Does someone have some sample code that can check for errors on
> a drop down selection or radio buttons and then post the
> selection back to the form if the form is not complet?

"Error Handling"?? Do you mean form validation? InterJinn does form
validation and allows custom validators for any kind of form field. I
believe PEAR's Quickform can also do similar.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to