No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: [QUOTE=adiki;273512]i use php code with apache web server . to send mail directly from the script but i'm not able to send my message with images , the problem is i have warrning that is smtp porblem what can i do?[/QUOTE] can you publish more information about your problem. normally … | |
Re: i changed you body code replace your 'body' code with this and let me knw results -> <?php if(isset($_POST['submit'])){ if($success==true&&count($errors)==0){ echo" <fontcolor='#FF0000'>YourSubmissionhasbeenCompleted.</font>"; } if(count($errors)==0&&$success==false&&isset($_POST['submit'])){ echo' <fontcolor="#FF0000">Therewasaproblemwithourform.Pleaseemailusdirectlyvia<ahref="mailto:someone@email.com">someone@email.com</a>,thankyou.</font>'; } if($success==false&&count($errors)>0&&isset($_POST['submit'])){ echo"<ul>"; //foreach($errorsas$e){ echo"<fontcolor='#FF0000'><li>$e</li></font>"; //} echo"</ul>"; } } ?> |
The End.