Hi,
I have a poll on my site that uses PHP/MySQL.
I use a form for the input i.e <form action="poll.php"> which works fine.
However, if somebody types in the URL of 'poll.php', i.e www.mydomain.com/poll.php, it registers a vote!
I would like to be able to display a message saying "Sorry, you have not voted" if the user did not access this page by filling out the form.
How could I do this??
Thanks very much