Voting system design
1 Create a new Voteset.php file
query("update sysconfig set vote_name='$votename', dietime='$diedate', method='$type', description='$description' where cid='1';"); if($result){ echo ""; }else{ echo ""; } } $result = $db->query("select * from sysconfig where cid='1';"); $row = mysqli_fetch_assoc($result); ?>
The page is as follows: