I have had a site on an asp server for some time but now need to move it to php.
I`m not good with php, can someone point me in the right direction please?
I am using this
is there a php equilavent?
thanks folks
I`m not good with php, can someone point me in the right direction please?
I am using this
Code:
if request.querystring ("version") = "text" then
response.write "some html"
else
response.write "some html"
end if
is there a php equilavent?
thanks folks