A
Anonymous
Guest
Hey there,
OK, I've used a short code so here it is...
Now the problem is that this script runs inside a frameset (lets call it main frame), and once the file is downloaded, I cant use the menu frame to load pages into the main frame.
Any ideas what is causing this? Thanks in advance and sorry the problem is so vague.
OK, I've used a short code so here it is...
Code:
header("Content-type: text/plain");
header("Content-Disposition: attachment; filename=DBBackup_{$todaysdate}.sql");
readfile('dump/backup.sql');
Now the problem is that this script runs inside a frameset (lets call it main frame), and once the file is downloaded, I cant use the menu frame to load pages into the main frame.
Any ideas what is causing this? Thanks in advance and sorry the problem is so vague.