On Thu, Aug 15, 2013 at 12:35 PM, Siva prabu <[email protected]> wrote:

> How to send email  for daily @  12:10 AM  automatically with attachment..
> using PHP?
> Only in core coding no hosting cron jobs....


Do you have shell access? Execute the command as a background job and the
code will look something like this:

while(1)
{
    sleep ( 24 hours);
    mail();
}

Regards,
Madan
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to