PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello all,
I have this script that suppose to process a lot of data.
evrything is working fine but if the process is longer than 30 secs i get:
execution time of 30 seconds exceeded error!
How can i make the script to run longer (let's say 5 minutes)
Thanks