Quote:
Originally Posted by eroticfem
Thank you 
|
No problem
And a personal tip, I prefer using
heredoc syntax over having to escape quotes.
So you could rewrite that code as
Code:
$sponsor_link = <<<EOT
<a class="sponsor_link" href="$sponsor_link_url" target="_blank">$sponsor_link_txt</a>
EOT;