doubt abt mail function in php -- urgent pls?

  • Thread starter Thread starter GOPAL K
  • Start date Start date
G

GOPAL K

Guest
im some what newbie for php
i have to send mails to different mail ids with differnt content..any one can send code for that??urgent pls.

ex:

select name,email from employeetable;

foreach(query as qmail){

to = $email;
$message ="Dear".name,

mail();

}


like this...

but i tried but looping .....and send many mails...i hope many of developers understand..pls help me..urgent
 
Back
Top