I would like to show a Div based on the URL.
I'm using PHP to update a database and the page just refreshes when it's done. I'd like to set the URL to something like http://www.whatever.com/update.php?id=5&ud=y
So if the URL had ud=y in it, it would show a div with a specific ID.
Any suggestions?