hi to all Tip master's,
Newbie here!
I have table and i want to print the record in series..
does anyone inform me what's wrong w/ my code...
<?php
$sql="SELECT stud_no, lastname, firstname, m_i, yr, cc, count(*) FROM stud_info group by stud_no, lastname, firstname, m_i, yr, cc order by...