such as
Code: Select all
$script="<a>this is the end</a>
<br>
or is this?";Moderator: General Moderators
Code: Select all
$script="<a>this is the end</a>
<br>
or is this?";Code: Select all
<?php
$html =<<<STOP
<a href="whatever">$somevar</a>
STOP;
?>