alright all I just started getting into php mysql combo here and I am getting the following error
$sc = mysql_query("SELECT pass FROM peoplez WHERE user = 'csr' ");
This is simply returning resource ID # 2 I need the actual value of pass returned how do I do this
I can't get any query to return any result at all I get resource id # 2 or resource id # 3 everytime I try to get something from the database - any help?