Hi!!!
I'm setting some html tags as a variable.
The problem I got now is that I got to wirte out another variable within this html code:
$rad5 = ('<td valign="top" align="RIGHT" width="170" height="25">Email: </TD><td valign="top" width="330" height="25">
<input name="inn_email" size="10" maxlength="8" value="<?php echo $inn_email; ?>@.no </TD>');
This is my problem:
value="<?php echo $inn_email; ?>
Could anyone help me please???