basic PHP - how to put a HTML block into PHP code?
Posted: Fri Jul 16, 2004 1:43 am
I want to put a block of HTML into my PHP code
such as
How is this done?
such as
Code: Select all
$script="<a>this is the end</a>
<br>
or is this?";