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.
我想用html制作一个简单的清单。
<input type="checkbox" name="" value=""> <br>
它不会是一个庞大的列表。 但问题是,当然,它不会被保存,除非它被存储在持久性中。 虽然我可以添加到 MySQL 数据库的连接,但这次我根本不想使用 MySQL。 所以我打算将这些复选框状态保存在一个永久文件中。 不上$_SESSION。你知道我该怎么做吗?
$_SESSION