I write wrong title multiline echo I need a little help... I'm editing template for e107. <div class='disclaimer'> {SITEDISCLAIMER} HERE </div>"; When i add text template works ok and text is loaded. But when i use hyperlink or something i get error. I guess that i need to use echo. I try for each line echo but i get the same error again and again. I try multiline echo <echo> & </echo> but i still got the same problem. Does anybody have any suggestion?
wow, don't try to take on too much if you are really really new. But anyway: echo " <div class='disclaimer'> {SITEDISCLAIMER} <a href=\"http://google.com\">Google</a> </div> "; PHP:
hehe thanks.. I'm new in php. I like to take a big piece of cake I will try it ---------- EDIT It was a bit more complicated but now works... I did it with <echo> Thanks on your help