how to make url enable and disable for a particular id using php

ignis

New Member
I hope someone in here can help me out because I am a bit confused right now! I have searched everywhere for solutions on this issue but cant find anything...The question:I would like to show a specific "div" when and only when visitors are on the particular game is selected. eg: http://www.xyz.com/play.php?id=1234If visitors are on any other url the "div" should be hidden. (Including http://www.xyz.com/play.php?id=....)How can this be achieved in PHP/JavaScript?Any ideas? Any help is appreciatedThanks in advance!
 
Back
Top