on vr, 07 feb 2003 18:54:25 GMT, Will wrote:
> Second, suppose they try a username that has already
> been taken. I need a way to kick back an error
> message
> to them. I tried setting the username field in the
> usrs table to UNIQUE, so that might help if someone
> tried to insert something al
Will wrote:
> Greets Folks,
>
> I am developing a registration area for a members site
> that will interface with a MySQL DB users table, and I
> ran into a problem or two. Note that I am using DBI as my DB Driver.
>
> ...
>
> Second, suppose they try a username that has already
> been taken. I
Greets Folks,
I am developing a registration area for a members site
that will interface with a MySQL DB users table, and I
ran into a problem or two. Note that I am using DBI
as my DB Driver.
First, the simple stuff. I need a way to (at run-time)
confirm all the fields have been filled in, and,