Include .txt Content Without Server Side Lang?
I have some data stored in a text file, with values separated like this: Name1 | Number1 | Name2 | Number2 | I call some separate values with php like this:
Solution 1:
Look at the instructions here:
On how you can use client side language such as Javascript to load content dynamically.
There is also another question here:
loading contents of variable in div/modal box
Showing how you can load that data into a variable to do some processing and parsing.
Post a Comment for "Include .txt Content Without Server Side Lang?"