Yes you can <a href = "link.php?<?php echo "module=1"; ?>"> Link Here </a>
Pradeep Can you use <a href="<? echo $address; ?>"> or is this bad coding? "René moonen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Use the escape character to output double quotes > > echo '<a href=\"$address\">'; > > René