0
Cần trợ giúp class php
Mình chuyển qua tổng hợp class database chứa thông tin kết nối MySQLi với toàn bộ function, nhưng khi file POST.php mình
if(isset($_POST['ok']))
{
$id=$_POST['answer'];
$sql="update answer set acount=acount + 1 where aid='".$id."'";
mysqli_query($conn,$sql);
header("location: poll.php");
exit();
}
thì lại không hoạt động chức năng lưu vào mysql, mình cần trợ giúp làm sao lưu
Thêm một bình luận
1 CÂU TRẢ LỜI
trong index.php mình viết vậy
<form method='post'> <?php $db->VOTED(); ?> </form> trong $db->VOTED(); thì if(mysqli_num_rows($answer)>0){ while($row=mysqli_fetch_array($answer)){ $percent=round(($row['acount']/$total)*100,2); echo "