Hi, Thursday, February 27, 2003, 2:55:48 PM, you wrote: JTJ> Thanks!
>> exec("mysqldump -c -q database -u user -ppassword", $sql);
JTJ> Why is there no space between the -p and password?
>>-ppassword
JTJ> Am I wrong?
JTJ> Thanks,
JTJ> John
Probably because a space is a valid char in password
--
regards,
Tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

