I am unable to figure out why i can not get the results to go in an array.
this is what code i originally had in my code but now it does not work where it did a few years ago.
seems my code is out of date
can anyone advise what i should do to update it so it is working again.
Code:
$result=mysql_query("SELECT * FROM `table` WHERE `field`='" . $info. "' LIMIT 1");
$row=mysql_fetch_array($result);
$n[0]=$row[field1];
$e[0]=$row[field2];