Hi I am trying to write a script that puts a Horizontal Line between MySQL query results but doesn't show up after the last row.
eg:
First Line
----------------
Second Line
----------------
Third Line
I'm using PHP, MySQL and JavaScript AJAX. Don't know if that's relevant for this instance or not.
Any help would be appreciated.