jsteiner87
Programmer
I am trying to set up an area on my page that will only display information if a URL Parameter is present.
What I have is a value that is pass thru the URL called nameplate_id and if there is a value I want to have part of my page displayed. I don't want to display part of the page if nameplate_id does not show up in the URL. How do I setup that If statement?
What I have is a value that is pass thru the URL called nameplate_id and if there is a value I want to have part of my page displayed. I don't want to display part of the page if nameplate_id does not show up in the URL. How do I setup that If statement?