foxc Posted May 6, 2009 Report Share Posted May 6, 2009 Kaads vareetu luudzu padaliities ar kaadu vienkaarsu, ejoshu contacta scriptu? Mekleeju google, kautkadus atradus, bet man tie negaaja. paldies Quote Link to comment Share on other sites More sharing options...
Aleksejs Posted May 6, 2009 Report Share Posted May 6, 2009 Vai kaut ko šādu? http://www.phpeasystep.com/phptu/8.html Quote Link to comment Share on other sites More sharing options...
foxc Posted May 6, 2009 Author Report Share Posted May 6, 2009 man vinss nestradaaja.. varbuut kaadu citu , varat ieteikt? Quote Link to comment Share on other sites More sharing options...
Aleksejs Posted May 6, 2009 Report Share Posted May 6, 2009 Varētu, bet, kur garantija, ka tas strādās? Quote Link to comment Share on other sites More sharing options...
foxc Posted May 6, 2009 Author Report Share Posted May 6, 2009 varbuut ir kaads zinaams, kas straadaa!? Quote Link to comment Share on other sites More sharing options...
marrtins Posted May 6, 2009 Report Share Posted May 6, 2009 Ik pa laikam uzrodās kāds šāds jaukums, bija jau laiks - sen neviens tāds nebi rādījies :D :D Quote Link to comment Share on other sites More sharing options...
spoks Posted May 8, 2009 Report Share Posted May 8, 2009 varbūt pamēģini šitā: <?php // Contact subject $subject = $_POST['subject']; // Details $message=$_POST['detail']; // Mail of sender $mail_from=$_POST['customer_mail']; // From $header="from: ".$_POST['name']." <$mail_from>"; // Enter your email address $to ='someone@somewhere.com'; $send_contact=mail($to,$subject,$message,$header); // Check, if message sent to your email // display message "We've recived your information" if($send_contact){ echo "We've recived your contact information"; } else { echo "ERROR"; } ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.