Im trying to get all the data from a table into a .txt document
<? system("mysqldump -u user -p pass database > table.txt"); ?>
The screen stays blank when i go to the page but no files are created.
Is mysqldump in the webserver's 'path'? Does PHP have rights to execute mysqldump? Does PHP have rights to write new files in the documentroot?
Not sure, i'll go ask the admins of the webserver