hey,
so ive been coding vbscript for probably about a year now, and i decided im gonna learn php.
im forcing it on myself in a simple manner. i have a website i need to get up and the hosting only supports php, not asp.
So 😃
i was wondering if someone can help me with this
the "if" function seems to be pretty straight forward and easy, but this is a problem i had with vbscript when i first started.
is there anyway possible to do something like this (this isnt code this is just example)
if var = X
(insert many many lines of html)
if var = y
(insert a different set of html)
my variable is going to be a string from the server like
www.whatever.net/staff.asp?show=mike
help me out if you can
thanks