I have an index.html page and I want the links inside to go to the php pages I’ve constructed.
When I use the traditional
Link description
it links to the page but doesn’t run the php code.
Is there something I’m missing?
I have an index.html page and I want the links inside to go to the php pages I’ve constructed.
When I use the traditional
Link description
it links to the page but doesn’t run the php code.
Is there something I’m missing?
Are you trying to run this on a local machine? If yes then do you have a web server installed with PHP?
When you navigate to the files are you just shown the source code? Or is the page blank?