how to run php script automatically every minute without access to that page?

前端 未结 3 392
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-29 01:23

I\'m developing website that will send email back to user automatically when they registered to my website. I have searched from internet, most of them said that i have to used

3条回答
  •  爱一瞬间的悲伤
    2021-01-29 02:09

    If you are wanting to send a confirmation email to the user once they have registered, you can use php mail function to do this.

    http://php.net/manual/en/function.mail.php

提交回复
热议问题