Hi there everyone, I'm new to this forum, it seems to be the one always popping up in Google!
I am also new to PHP and am having trouble figuring out how to use variables in URLs.
I want to have one file in a directory with my data for example:
Variable1: item1
Variable2: item2
Variable3: item3
and I want in another file to be able to link to these variables to create a URL using the variable's content for example:
http://www.domain.co.uk/(variable1) creates http://www.domain.co.uk/item1.
Hope that makes sense!
Thanks in advance!
BJC