Hi,
This is my very first attempt at using PHP
I am trying to setup a voting system for our intranet (staff awards - free text fields). I have the database adding the votes no problem.
What I would like to do however is the following:
1. It's our intranet, there is no need for each person to login so it just uses "user/user". However I need to capture the person's login on the vote record so I can identify who voted.
2. restrict the users to one vote each. I have done some research and it looks like I have to create a cookie. example found: http://dscripts.awardspace.com/scripts.php?id=50 OR query using the above??
Any help and guidance would be much appreciated. TIA
I am using PHP, Filemaker 9 and Dreamweaver MX (FM Studio plugin)