Comments on: Online Poll and Voting System with PHP and MySQL https://www.codexworld.com/online-poll-voting-system-php-mysql/ Web & Mobile App Development Company Wed, 21 Aug 2024 08:43:47 +0000 hourly 1 By: Navya Nimisha Das https://www.codexworld.com/online-poll-voting-system-php-mysql/comment-page-1/#comment-118599 Tue, 14 Jul 2020 18:53:19 +0000 https://www.codexworld.com/?p=1943#comment-118599 How to get multiple questions with respective options on the same page or is there any other way to get multiple questions(subject)? Please help

]]>
By: Andy https://www.codexworld.com/online-poll-voting-system-php-mysql/comment-page-1/#comment-86415 Wed, 29 May 2019 10:32:05 +0000 https://www.codexworld.com/?p=1943#comment-86415 Great it works but how about creating a questions and add multiple choices?

]]>
By: Alutech https://www.codexworld.com/online-poll-voting-system-php-mysql/comment-page-1/#comment-84353 Wed, 01 May 2019 17:46:32 +0000 https://www.codexworld.com/?p=1943#comment-84353 Thanks but how can I code for more than one subject.

]]>
By: sabry https://www.codexworld.com/online-poll-voting-system-php-mysql/comment-page-1/#comment-80054 Mon, 11 Mar 2019 10:07:09 +0000 https://www.codexworld.com/?p=1943#comment-80054 Thank You , Grate Tutorial

]]>
By: arfan https://www.codexworld.com/online-poll-voting-system-php-mysql/comment-page-1/#comment-71215 Tue, 04 Dec 2018 15:59:35 +0000 https://www.codexworld.com/?p=1943#comment-71215 how to make the index show multiple question instead of single question ? I have made other polls subjects

]]>
By: Hakeem https://www.codexworld.com/online-poll-voting-system-php-mysql/comment-page-1/#comment-60606 Thu, 02 Aug 2018 11:54:14 +0000 https://www.codexworld.com/?p=1943#comment-60606 how best can i prevent different users from casting more than one votes for a specific subject at the same time?

]]>
By: CodexWorld https://www.codexworld.com/online-poll-voting-system-php-mysql/comment-page-1/#comment-57371 Tue, 22 May 2018 19:46:14 +0000 https://www.codexworld.com/?p=1943#comment-57371 In reply to Stella Allets.

In that case, you need to insert these subjects in the “polls” table of the database.

]]>
By: CodexWorld https://www.codexworld.com/online-poll-voting-system-php-mysql/comment-page-1/#comment-57370 Tue, 22 May 2018 19:44:10 +0000 https://www.codexworld.com/?p=1943#comment-57370 In reply to Ritu Dhakal.

Probably, you have not initialized the Poll class before using the $poll variable.

//include and initialize Poll class 
include 'Poll.class.php';
$poll = new Poll;
]]>
By: Stella Allets https://www.codexworld.com/online-poll-voting-system-php-mysql/comment-page-1/#comment-57345 Tue, 22 May 2018 07:16:55 +0000 https://www.codexworld.com/?p=1943#comment-57345 Thank you! but what if i have different subjects like four of them.

]]>
By: Ritu Dhakal https://www.codexworld.com/online-poll-voting-system-php-mysql/comment-page-1/#comment-57303 Mon, 21 May 2018 14:11:32 +0000 https://www.codexworld.com/?p=1943#comment-57303 on index page error occurs on line 3 like on this way:
Undefined variable: poll in C:\xampp\htdocs\pooling\index.php on line 3
can anyone solve this error

]]>