I am trying to run my webpage using HTML and PHP. I am doing this by making a reader.php and also an index.html file.
is this wrong? should all of this be in one file? If so should the file be .php or .html?
Any help much appreciated!
I am trying to run my webpage using HTML and PHP. I am doing
Share
that’s fine if you are using with different function, such as :
Otherwise, if the reader.php and the index.html have a different function, then try to make it into one php file. I suggest you rename the index.html into index.php and load the reader.php
Here are some code :
filename: index.php