I am developing some code for my School Website and I have a long php file. I need to echo html and in that I need to include php like so.
echo '<p>. $url . </p>';
This seems to be working small amounts of Html Code but does not work with a lot of html code. Can someone please help me?