Melvyn Sopacua wrote: > At 02:43 8-6-2002, Yasuo Ohgaki shared with all of us: > >> I'm about to start coding new HTML Form Creation & Validation >> module for PHP. I've designed most featrue needed. Before I start, >> I would like to know if ASP/Java has similar feature and what they >> do. > > > I think CFML (Cold Fusion) would be the one to look at, as that has a > very convenient form module and is IMO also the same userbase / > momentum: ie - "just need a form and basic validation". > What I would definetely put in, is 'multi-submit' protection (would > require sessions).
Thank you for the info. I'll take a look what kind of options ColdFusion has. Anyway, multi-submit prevention will be in the module using message digest validation and database. I'll use PostgreSQL as the backend database to provide features like multi-submit prevention. Therefore, it works w/o session, but it requires PostgreSQL. You know I use PostgreSQL :) The idea is based on my script http://www.zend.com/codex.php?id=626&single=1 and CGISPAWN mechanism mentioned in MSDN site. Feature will be similar to PEAR's OOH Form. It also supports multi form support for wizard like interface. (Cache control in the future, too) Comments and more info about other web developement tools are welcome. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php