![]() |
Forum Help with an error in php code? This is the error I'm getting: mysqli_real_connect() [function.mysqli-real-connect]: (08004/1040): Too many connections /home/thebaby/public_html/forum/includes/class_core.php on line 1265 And this is the code (with line 1265 in red): do { $connect = $this->functions['connect']($link, $servername, $username, $password, '', $port); } while ($connect == false AND $this->reporterror); restore_error_handler(); if (!empty($charset)) { if (function_exists('mysqli_set_charset')) { mysqli_set_charset($link, $charset); } else { $this->sql = "SET NAMES $charset"; $this->execute_query(true, $link); } } return (!$connect) ? false : $link; } Is this a coding issue or something else? Thanks, in advance :) |
الساعة الآن 03:00 AM |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir