Hey all, I have a form that I type a message in, then I click submit and it sends to all the users that are signed up for a messaging service.
What I am trying to do is make it so that every day this form submits on its own without me having to press a button. I have been told that in linux you can create a script in cron, but my server is not running on linux, and I dont have access to my root directory. Thanks guys!
Hey all, I have a form that I type a message in, then I
Share
Are you using Windows? If so, you can schedule jobs using the Scheduler. You can set it up to call your php script at a certain time every day. Here’s more info.