I query data from db_table_name from mysql server
---------------------------
and I want to display data only start from line 2 to line 5
line 1
line 2 start to display from this line
line 3
line 4
line 5 end of display
line 6
line 7
----------
can anyone show me the php code for display just start from line2 -line5
any suggestion ?
Thank in advance