Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースクラスでこの行を取得しました。
$return = mysql_fetch_array($data) or $this->dberror("Error fetching data<br/>" . mysql_error());
しかし、サイトが出力するのは次のとおりです。データのフェッチ中にエラーが発生しました
これを試してください: echo("Error: " . mysql_error($con));
$con を接続変数に置き換えます。