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.
これはどうしたの?
mysqli_query($con, " INSERT INTO members (`ip`) VALUES ('$localIP') SELECT * FROM members WHERE username = '$uname' AND password = '$pword'");
何も挿入されず、エラーも発生しません。
これについてコメントを残すには十分なポイントがありませんが、これをスクリプトに挿入すると、より多くの情報を提供できるはずです。
error_reporting(E_ALL); ini_set('display_errors', '1');