Hopefully this is an easy question
I have a massive script in php. I need to insert a section of html into the php script.
I have tried to close php ?>, opem html <html> write html here, close html </html> and open php back up to contiue with the remaining script.
The html is as simply as a picture insert, or maybe a link, all easy stuff, but can't figure out how to get the html to show and work
errors i have received in the process are totally throwing off the display of the php page, such as bigger font, extra header, etc.
is there an easy tutorial anywhere?
Thanks!