3 ms·
Thanks, I'll consider using Smarty. How about running background processes? What's the accepted way to implement them?
by ucheokeke 16y ago
Thanks, I'll consider using Smarty. How about running background processes? What's the accepted way to implement them?
- pan69 16y agoI don't think you can. PHP doesn't really run in a server like Java and .NET do. Zend does have a Server product (http://www.zend.com/en/products/server http://www.zend.com/en/products/server), I never tried it but it might offer background processes. I normally just use cron to trigger a url.
- thwarted 16y agoOr you can use cron to run a script written in PHP.