Max [SOLVED]
Posted: Sat Apr 14, 2012 9:29 am
Hi I am trying to get the highest number in a column, I am using this:
But this is outputting this: Resource id #7
Youssef
Code: Select all
$try = mysql_query("SELECT MAX(PaymentNameLastNum) FROM logistics");
echo $try;
Youssef