Matching Client(s): ";
if(mysql_num_rows($result)==0){echo "Sorry, either there is no one in the database by that name, or you don't have permission to use that username.";} else {
while($retrieved = mysql_fetch_array($result))
{$uname=$retrieved[0];
echo "
";
}////end of while
}///end of else
}
function selectProv($var_name_prov)
{
echo "";
}
function nameform()
{
?>