I have a javascript running that makes snow on the screen but I want users to have the ablity to turn the snow off if it irratates them too much.
in ASP the code to do this would be < /a href='http://www.domain name/index.asp?snow=off' >Stop the snow</a>
How would I do the same thing on a PHP page?
TIA