i am almost new in PHP, MySQL. i want to develop a database query/stored procedure/script by which i can do followings: 1) read a text file, where daily-backup start time and target location is written. 2) on this time, the script will be automatically executed. 3) so that there will be a backup copy created in the user specified target location. 4) additionally, i want to create an encrypted and zipped backup copy.
i have already searched for this type of requirement, but still don't find any proper solution.
please suggest me how can i do this job. thanks in advance.