Hi,
I'm a PHP newbie but very experienced in ASP.
In PHP can you embed HTML within if.. else..
clauses like ASP.
eg
<?php
if (x=1) {
?>
<a href="test.asp">test</a>
<?php
}
else
{
?>
<a href="tes2.asp">test</a>
<?php
}
Forget the code it's just the principle I'm interested in.
Thanks in advance,
Greg