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!
I am writing a script to backup a database structure and data...
1. When there is a file that exists...I am not able to delete it using unlink()...why?
2. The script runs for more than 30s but it stops after that time....how do I make it run until it takes the backup of all necessary structure and data
Warning: unlink(recoverDatabase.sql): Permission denied in j:\apache\apache\htdocs\backup\FileHandler.class.php on line 75
Fatal error: Maximum execution time of 30 seconds exceeded in j:\apache\apache\htdocs\backup\FileHandler.class.php on line 67
Last edited by raghavan20 on Mon Jan 30, 2006 4:30 pm, edited 1 time in total.