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.
我有一个充满文本框的表格。我需要获取所有文本框值并将它们保存到数组中。然后我会将数组转换为字符串并 POST 到另一个页面。我有大约 7-8 个 cloumns,行数在 1-200 之间 如何将所有这些保存在数组中?
mysql_query() 1 ; mysqli 对象2 ; 而()3 ; mysql_fetch_assoc(4);
你自己也做过研究吗?