I’m successfully pulling data for mysql using the PHP model.
However I’m still using .html and it is working without having to change the file to .php…
Why is that?
Is it ok to leave the file as html?
Is there a drawback to leaving the file as html?
Hello,
It doesn’t matter what server model are you using, you can bind and show data on simple html pages.
It’s not required to save them as .php in your case, in order to make data appear.