$result = mysql_query(" SELECT * FROM contacts WHERE member_id = $member_id ") or die(mysql_error());$row = mysql_fetch_assoc($result);