How can i send mails through the php script?? I am trying to do somthing like this:
for($k=0;$k<=$x->length-1;$k++) { for($l=0;$l<=$j-1;$l++)
first do
echo $result = mail($to,$subject,$txt,$headers);
and see what u get , error ?
I recommend to use a class such phpMailer
why you have comma in the end of ths line ?
$email = $v->item($k)->nodeValue . ",";
you send to one mail every time.