Need your help badly!
say there are 25 inserted index_id in my t_board, and I want to display the last index_id w/c index_id 25 in my view_form.
heres my code; view_form.php
==========================
$sql = "SELECT * from t_board LIMIT 0,1"; <---- what should I do or add to make my script decrement.
note: I only limit my form to display only 1.
==========================
Any help will be appreciated!