Page 1 of 1
HTML code popd up when loading website
Posted: Sat Jun 01, 2024 2:04 pm
by ddaugherty
When going to website:
https://metroplexstoneworks.com/ code pops up for a second before loading the page. Any idea why that is happening? Thanks.
Re: HTML code popd up when loading website
Posted: Sat Jun 01, 2024 2:12 pm
by crispy68
You have a form on your page so you need to set the page extension to .php and not .html.
Re: HTML code popd up when loading website
Posted: Sat Jun 01, 2024 7:13 pm
by BaconFries
As crispy68 reply this is documented at the following
Forms FAQ Read from;
PHP code is showing on the page. What is happening?
Re: HTML code popd up when loading website
Posted: Sun Jun 02, 2024 8:44 pm
by ddaugherty
That's right, the page needs to be PHP..
Thanks