hmm wow believe it or not chr worked that time
but heres the code i WANT to run:
$conn=odbc_connect('hidden','hidden','hidden');
if (!$conn)
{
exit("Connection Failed: " . $conn);
} $sql="SELECT bottom 1 * FROM [news]"; $rs=odbc_exec($conn,$sql);
if (!$rs)
{ exit("Error in SQL");}...