- تاریخ عضویت
- 10 سپتامبر 2003
- نوشتهها
- 482
- لایکها
- 638
سلام
اين كد كجاش ايراد داره؟
[code:1]
<?php
$body='first Name:'.$fnamen.
'last name:'.$lnamen.
'Tabat:'.$tabatn.
'Hor:'$Horn.
'E_Mail:'.$emailn.
'Yahoo ID:'.$yahooidn.
'Website: '.$websiten.
'Comments:'.$Commentn;
if(mail('[email protected]','tabing book',$body)){
print("<b><center><font color=red>the mail sent</font></center></b>n");
}else{
print("<B><center><font color=red>the mail cant sent</center></b>n");}
}}
?>[/code:1]
اين كد كجاش ايراد داره؟
[code:1]
<?php
$body='first Name:'.$fnamen.
'last name:'.$lnamen.
'Tabat:'.$tabatn.
'Hor:'$Horn.
'E_Mail:'.$emailn.
'Yahoo ID:'.$yahooidn.
'Website: '.$websiten.
'Comments:'.$Commentn;
if(mail('[email protected]','tabing book',$body)){
print("<b><center><font color=red>the mail sent</font></center></b>n");
}else{
print("<B><center><font color=red>the mail cant sent</center></b>n");}
}}
?>[/code:1]