Forum Moderators: coopster
I'm new to this forum and I was hoping I could get some help.
I need to run a php script in the backgroud. Basically when the user hits a button, I have to run a complicated scripts which generates pdf file with images, which takes a bit of time and I dont want the user to wait till its done. Is there any way to do this by executing another script. The problem could be that I dont have direct access to the server, I using one of those shared servers so I might be limited.
Also, I'm trying to make a mechanisim which will execute a php script one a week and again I can run any server scripts because I dont have access to the server. My solution was to do it based on event such as a login but again I dont want the user to wait everytime he/she logs in for that script to run.
Thanks.