J
|
Jane 9/24/2007 |
Hi, //** Check if specific record exists **** global $conn; $strSQLExists = "select * from _members where username='".$userdata["username"]."'"; $rsExists = db_query($strSQLExists,$conn); $data=db_fetch_array($rsExists); if($data) { echo "Name already in use, choose another username"; return false; } else { return true; } |
![]() |
bbarker 1/25/2008 |
So, before I start hacking my code... this feature seems to be in V 4.1 already... Right? |
J
|
Jane 1/28/2008 |
Bill, |