Author |
Message |
Topic: system(mysqldump ....) no output - SOLVED |
ywfbi
Replies: 4
Views: 7809
|
|
no probs matey, I really didnt explain myself very well, and I didn't take offence. Believe me Id tried heaps!! After 2 days of trying I posted it to a forum, well this was the second. But its all a l ... |
Topic: system(mysqldump ....) no output - SOLVED |
ywfbi
Replies: 4
Views: 7809
|
|
What does:
echo "mysqldump -h$hostname -u$username -p$password --databases $database";
:put into a dos prompt window do? (I.E. The result of that, not actually that.)
Sorry if I'm treat ... |
Topic: system(mysqldump ....) no output - SOLVED |
ywfbi
Replies: 4
Views: 7809
|
|
Hi guys, Ive been trying to get this script working for a few days now, its part of a CMS which allows (well should allow) the remote user to download a sqldump of the database.
<?php
$hostname ... |
|