My site is php based and the host disabled exec() and passthru() and system(). I have a script that needs these functions. Is there any work arounds?
The commands my script to run is simple mysqldump to backup my database. If there's no work arounds to use those functions. Is there another way to do the backup without the need to use them ?