I'm attempting to determine if this user exists. But returns "Resource ID #21" for some reason.
The connection string is working great and I can add records fine, but I can't seem to wrap my mind around this. Any help would be greatly appreciated.
Thanks,
Harold
***You can't change your past, but you can change your future***
Code:
$strSQL = mysql_query("SELECT * FROM bandinfo WHERE username = 'jampa5'");
echo $strSQL;
The connection string is working great and I can add records fine, but I can't seem to wrap my mind around this. Any help would be greatly appreciated.
Thanks,
Harold
***You can't change your past, but you can change your future***