30th
OCT

PHP HTML Scripting Help?

Posted by admin under Programming Design

Ed J asked:


Hi,

Here is my PHP Script

code
?php
$mailto = test@test.com;
$subject = Bomber;
$headers = From: yourorsecret@hotmail.com;
$toplam=10;
for ($t=1;$t$toplam;$t++){
if (mail($mailto,$subject,Your mesagge: $toplam / $t Mail.,$headers))
echo bombed;
else
echo bombed;
}
?
/code

I just need the HTML for it now – please help me!

Bulk email related posts:

Reader's Comments

  1. Tracdoor |

    html
    form action=yourscript.php action=post
    input type=submit value=Submit! /
    /form
    /html

Leave a Reply

*