You cannot have spaces in variables that are being passed through a URL. If you want to keep this, I believe you can replace a space with a '+'. I have never tried this however. If I ever need to pass a string with spaces, I use a Post. I would suggest changing your 'page' variable value to "VotingSuccessful" and make sure you modify that in your index.php file as well.
Jeff
|