Forum Moderators: coopster
$sql = "SELECT COUNT(*) FROM musicians WHERE username = '$newname'";
$result = mysql_query($sql);
if (!$result) {
error('A database error occurred in processing your '.
'submission.\\nIf this error persists, please '.
'contact somone@asite.net.');
}
[edited by: jatar_k at 3:24 pm (utc) on Oct. 23, 2003]
[edit reason] generalized [/edit]
Cheers
Charlie