Yes, I will be using a manual approach as I am only expecting 500 to 1000 entries. I am sure a short period of my time with Edit>Find would sanitize the file of any multiple inputs. :)
I thought...
Type: Posts; User: Webiter; Keyword(s):
Yes, I will be using a manual approach as I am only expecting 500 to 1000 entries. I am sure a short period of my time with Edit>Find would sanitize the file of any multiple inputs. :)
I thought...
Thanks djr33, I did not think that it would be easy but I was curious to ask the question. Thanks for the clarification.
I present this just to present the question at the end of this post.
Presented alongside a polling facility on a webpage is the following input fields that enables the visitor (voter) to enter...
My index.php consists of straightforward inputs. Now added name and phone.
Processing as follows in raffleinfo.php
<?php
$vname = $_GET["name"];
$vemail = $_GET["email"];
$vphone =...
I like this approach as voting would be occasional, lasting about a week and I only seek to encourage by adding a reward facility. (Our committee could get some supermarket to sponsor a food hamper...
The poll layout is described as show_vote_control
<title>Polling Booth</title>
<?php
require_once('poll/poll.php');
?>
<div class="poll"><h3>Poll 3</h3><?php show_vote_control('1');...
Thanks for the detailed response and well that sorted that! Your first sentence seems to give the proper opinion and direction on the matter.:)
I am using a DBscript.net PHP Poll script which I...
Running a (local area) poll on a website which records ip address (to a flat file) to prevent multiple votes .
I seek to make arrangements to provide a reward incentive for voting.
Could a...