Is there a way to run background tasks in PHP ?
Posted: Thu Jul 16, 2009 9:11 am
I was wondering if I could kick off some background task in a separate thread on server start ?
In my particular situation, I would use this so my web app would generate an e-mail every week at a specific time, without me having to manually make a request to any page.
Is this possible?
In my particular situation, I would use this so my web app would generate an e-mail every week at a specific time, without me having to manually make a request to any page.
Is this possible?