Hello there,
I have a strange issue, when I run this:
// selects Col EIN from table and gives one result back with only the EIN col
$query_s = "SELECT EIN FROM irs_rawdata LIMIT 0,1";
$result_s = mysql_query($query_s) OR die("Sorry, unable to to select ein for the first record! <br /> ". mysql_error());
$record = mysql_query($result_s['EIN']);
echo ".$record.";
I get alot of .................................................................. and more of them
am I doing this right?
Sincerely,
Christopher