Basically what I need to do is dump a SQL database in plain text using PHP. Just like phpMyAdmin does when you choose not to get a file while exporting.
This way I can send it via mail and reinsert it later using a SQL query.
Is this even possible?
Thanks.
Hope it helps
?>