I have many html files and now I want each of them to call each of the files using some php code. but whenever I try to run php code to call these html files from a folder, this does not work.
1.html view 2.html view 3.html view
So, 1,2 and 3 are html files, and now, by clicking the browse button, the user should be directed to the link. How can I solve the problem for including html files in php so that the files will be displayed to the user one by one with the viewing option. And whenever the user clicks the browse button, the user will get a html page being viewed.
Note: I am using xampp server in windows7
Any suggestions would be appreciated ...
sp2
source share