We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613d990 commit 49d220cCopy full SHA for 49d220c
config.php
@@ -1,5 +1,5 @@
1
<?php
2
-error_reporting(E_ERROR | E_WARNING | E_PARSE);
+error_reporting(0);
3
$conn=mysql_connect('localhost','root','mysql');
4
mysql_select_db("library2",$conn);
5
?>
0 commit comments