Hello,
I need to figure a way to scroll text on a web page (ala Javascript), that is streamed in from queries made to a MySQL database.
The query part I can do fine, but I cannot seem to find a way to scroll text actively on a web page like javascript can. Is this even a possibility?
Javascript cannot get text from a flat file or database, so I am trying to utilize PHP to completely get away from Javascript.
Thanx in advance,
-Dominic