I'm making a poll script for my website and whenever someone votes I have PHP session_register(); a variable so they can't vote on the same poll again. This works fine when I run the script by itself, but when I try including the page into my template, it can't access the variable I set previously when the user voted. What is wrong?
Here is how the page is setup:
[config file includes:]
[template includes:]
[poll script]
I hope you understand this.. Thanks!