Fatal error: Maximum function nesting level of '100' reached, aborting! in ...\project\db.php on line 2
My db.php code
$db = mysql_connect ("localhost","db_user","password");
mysql_select_db("db_name",$db);
What's wrong?
Increase the value of xdebug.max_nesting_level
in your php.ini, INFO
There is a question here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With