How can I do a mysql_dump in PHP and output the results to the screen?
Thanks, Greg
stdout is default for mysql_dump, isn't it?
/usr/local/bin/mysqldump --opt -e dbname;
/usr/local/bin/mysqldump --opt -e dbname
will go to stdout. So if your screen == browser, just echo that line.
There is no problem in Windows, But in linux I can't connect mysql with Php3.Both are working individually.
Error is: Fatal error:can not find mysql_connect();
There is no problem in MySQL or PHP Or Linux or Apache