if(mysql_query($sql)){
echo "Back up successfull";
}else{
echo "Back up failed !!";
echo "<br>";
echo mysql_error();
}
?>
//--------------------------------
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 0 in D:\AppServ\www\bk\index.php on line 7
Fatal error: Maximum execution time of 30 seconds exceeded in D:\AppServ\www\bk\index.php on line 7