我有一个复选框,可以在MySQL数据库中保存其状态(选中/未选中)。例如,在就有一个(它有密码保护)。页面上的代码是
<form id='checkbox' method="post" action='/school/includes/Checkboxes/Monday1/checkbox.php'><-- php: get the name+location of t
我试着用ajax.i尝试将数据库检索到的值发布到下一页,但它没有发布,有人能指导我如何做吗?php$sql = "SELECT * FROM `billingdatainputandexport` WHERE id='1'"; $rows=mysql_fetch_array($result);
//pri