If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I made a script that will backup and transfer database records to another server. The problem is if the backup file is too big the PHP script stops because it running too long. Tried set_time_limit() but it is not working. How can I override this?