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.
「_query」という名前の mysql データベースに接続しようとしています。次のコードを実行すると、「データベースが選択されていません」というエラーが表示されます。
mysql_select_db("_query", $con); $sql = "SELECT * from mdl_sms_msg"; $result = mysql_query($sql) or die(mysql_error());
これを修正するために多くの時間を費やしました。助けてください。