this one doesn't work. all I did was get a row from the database and echo the recipient email. both page source in IE are identical any one have any idea ? thanks
this one work
<input type=hidden name="recipient" value="<? echo $row['email']; ?>"> the different is the mail.php contain this the send I enter the email in there
<input type=hidden name="recipient" value="tuvinhdong@yahoo.ca">
Thanks a bunch
this one work
<input type=hidden name="recipient" value="<? echo $row['email']; ?>"> the different is the mail.php contain this the send I enter the email in there
<input type=hidden name="recipient" value="tuvinhdong@yahoo.ca">
Thanks a bunch