If I place an HTML code on a PHP script, will anything get messed up?
Jay Chang asked:
I’m thinking about adding an AdSense code to my site. The AdSense code is HTML and my site is built on PHP. Please let me know if you know whether something will get messed up if I place the HTML code on the PHP script.
I’m thinking about adding an AdSense code to my site. The AdSense code is HTML and my site is built on PHP. Please let me know if you know whether something will get messed up if I place the HTML code on the PHP script.

No, it won’t get messed up. It’ll be fine, don’t worry. Just place the ad-sense code where you want it.
no they work together well
Wrongs above: they forgot one thing: the Php output…
Insert it this way:
(terminate php)
your html code
(ends of your php code)
You cannot MIX Php and HTML!
The other option:
end php.