Re: [PHP] oohform validation help

2001-03-10 Thread Dennis Gearon
This sounds like a good idea for a PHP 'NetZip'(tm) rip-off. Anyone made a PHP/JavaScript upload, download program(s) that sends data in chunks, does error checking on the chunks, keeps track of the download process, can pause, all the Netzip stuff? (And NetZip has some problems, as well as

Re: [PHP] oohform validation help

2001-03-09 Thread Chris Lee
using client side form verification is a bad idea anyhow, just write a simple php verify. ?php if (isset($HTTP_POST_VARS['done'])) { $people_name = @$HTTP_POST_VARS['people_name']; if ( !$HTTP_POST_VARS['people_name'] ) $form_error[] = "Name must be set"; } if(isset($form_error))

RE: [PHP] oohform validation help

2001-03-09 Thread Boget, Chris
What should I put in for the parameter jvs_name of the oohform-start? Is that a name of another javascript file? Where can I get a sample script? I would like to make sure the clients put in something in the textbox. If you are talking about Jay Bloodworth's FormClass (one of the most

Re: [PHP] oohform validation help

2001-03-09 Thread Mark Maggelet
On Fri, 9 Mar 2001 09:12:46 -0600, Chris Lee ([EMAIL PROTECTED]) wrote: using client side form verification is a bad idea anyhow, just write a simple php verify. Imagine waiting 10 minutes for a 5 MB file to upload on a form just to get an error message that says 'please go back and fill out

Re: [PHP] oohform validation help

2001-03-09 Thread Yasuo Ohgaki
""Christopher Cheng"" [EMAIL PROTECTED] wrote in message 989jvm$9r0$[EMAIL PROTECTED]">news:989jvm$9r0$[EMAIL PROTECTED]... What should I put in for the parameter jvs_name of the oohform- start? Is that a name of another javascript file? Where can I get a sample script? I would like to make sure

[PHP] oohform validation help

2001-03-08 Thread Christopher Cheng
What should I put in for the parameter jvs_name of the oohform-start? Is that a name of another javascript file? Where can I get a sample script? I would like to make sure the clients put in something in the textbox. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: