Hi all I could use some help on a DB call.
Here is the call
$id = mysql_query("SELECT company_id FROM company WHERE company_name = '$c'",$db);//selects the company_id
When I try to echo $id to the screen I am getting a resource id#3 all the time does anybody have an answer for this one?
Thanks for the help