Hi, i am trying to do a page in php at the moment with some if statements. I know this is possible , but how is it done.
a have a variable from the address bar, ill just call it var for now.
what i want to happen is, if there is nothing in the var then a section of that page loads stating plain text options for the user.
otherwise if the var has something in it, then pass on and load the rest of the page.
thanks in advance.