I've been tinkereing around with PHP and I've come unstuck.
I started out with an index page used to login, this linked to a login page for validation against allowed users, which in turn brought up a Voting Form and finally a page to display the results. In all 5 or 6 pages.
I then started using if/else statements to include all the pages in one. It work up to a point, but when I include the Displayed results page everything breaks down. I though maybe it was because I have 2 separate forms posting back onto the one page.
Can this be done? Is the 2nd post wiping the 1st? I dont really want to post the entire script as it's close to 500 lines, but I will if it helps.
Thanks in advance for any help :)