I need do do something like:
<a href="blahblah.php3?variable=" <php? $value ?> BLAH</a>
it doesn't work, for obvious reasons.
How can I do it? Is there any function for calling a HTML instruction? Eg: call($string,....), where $string would be "<a href="blahblah.php3?variable=".$value."BLAH</a>"?