Mail send problem in PHP script(Tricky!!!)
|
|
|
Question / Problem
|
How can i send email using php, if the server wouldnt support mailing?
|
Solution
|
its very easy............. put your email script into one server which support mail, and give a link from your html form to that php script and redirect control from that script to old form...thats it... ha ha
<form action="server\mailscript.php" method="post">
header("location:old form");
|
Applies to |
|
PHP
|
Rank It |
|