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.
$result = $db->("SELECT `count` FROM playerCount"); while($row = mysql_fetch_assoc($result)) { echo $row['count']; }
行を変換するにはどうすればよいですか: while($row = mysql_fetch_assoc($result)) {
PDOに?
ありがとう。