Hi,
I want to dynamically load a html file to my site. How can I achieve this.
Example. on the same directory I have 3 files with some code inside.
file1.html
file2.html
file3.html
on my footer.php I want to show the content of file(x).html.
"X" is a random number from 1 to 3.
Many thanks for the help.