the error checking include file just handles php errors, the javascript
handles form validation.  I believe the problem i am having is with the
session not the error handling, because i removed all validation and it did
the same thing.
~Logan


"Steve Keller" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> At 6/18/2003 02:51 PM, Logan McKinley wrote:
>
>  > <------  the code in question -------->
>  > I have attached the actual files if that would be of more help,
>  > Thanks in advance for any help,
>
> The first thing that I noticed is that you're doing error checking in
> "registration_form.php", but your form is posting to "Register.php." If
the
> data is being set in "Register," but you're looking for validation in
> "registration_form," you're going to get an error.
>
> --
> S. Keller
> UI Engineer
> The Health TV Channel, Inc.
> (a non - profit organization)
> 3820 Lake Otis Pkwy.
> Anchorage, AK 99508
> 907.770.6200 ext.220
> 907.336.6205 (fax)
> Email: [EMAIL PROTECTED]
> Web: www.healthtvchannel.org
>



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

Reply via email to