Problem using echo
Posted: Thu Aug 18, 2011 12:06 am
I am having problem in output. when i output the following it shows something else:
Code: Select all
echo "<form method= "POST " action= "confirm.php?uid=<?php echo $uid; ?> "\>
<div class= "right "><input name= "Button " type= "button " onClick= "location.href='?uid=<?php echo $uid; ?>&sendmsg=1' " value= "Resend "\></div>
<span><input name= "code " type= "text " maxlength= "32 " style= "width:150px;text-align:left " value= " " tabindex= "1 " class= "form "\></span>
<input type= "submit " name= "Submit " value= "Confirm " tabindex= "2 " onClick= " "\>
</form>";