How do I execute PHP code in a HTML page?
Right now, if I put PHP into my HTML it sends the PHP to the browser!
I need the server to run the PHP and insert the output into my HTML. What do I need to do?
For example, I added two lines to the 'default.htm' that came out of the box. First line is "TESTING..."
Second line is
TESTING...
When I refresh the page, "TESTING..." shows up, but not "HELLO". If I use the browser to inspect the page source, I see my PHP code.
Thanks!
Thanks for some information, but exactly where the one line code should be added can you please explain me...?
You can add it among other similar lines or at the top.