hi guys, i am trying to write a registration form where you need to test first the entry of the would-be registrant before inserting into the database. do you know how to test it if a username is already existing in the database? the filters should be username, and between the dateRegistered and dateExpiry. i am using asp, sql server, dreamweaver.
sampletable1
id username password dateRegistered dateExpiry
-- --------- --------- ------------- -----------
1 username1 password1 01/28/2007 01/29/2008
2 username2 password2 02/21/2007 02/27/2008
.
.
.
or do you have any sample codes similar to this?
thnx
sampletable1
id username password dateRegistered dateExpiry
-- --------- --------- ------------- -----------
1 username1 password1 01/28/2007 01/29/2008
2 username2 password2 02/21/2007 02/27/2008
.
.
.
or do you have any sample codes similar to this?
thnx