Your open the " in html and terminate it in PHP

Try
[b]<a href="?where=<?php echo $there;?>"><?php echo $there;?>
</a>[/b]
( no " in php )

or

_<a href=<?php echo '"?where=',$there,'">',$there;?> </a>_
( both " in php )

Than the Highlight is correct (i.m.O)

I allways use this Variant:

_echo "<a href=\"?where=$there\">$there</a>";_

-- 
by HH

<http://forum.pspad.com/read.php?2,61130,61136>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem