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.
PHPを使用して更新できるデータをサーバーに保存する最良の方法は何ですか? 私の場合、番号を保存しています。私は使用する必要があります:
データを検索、更新、注文する必要がない場合は、.txt ファイルを使用できますが、データをクエリする必要がある場合は、データベース (MySQL など) を強くお勧めします。
数字を 1 つだけ保存する場合は、.txt ファイルを使用して保存できます。