ITGL72
05-27-2003, 12:23 AM
I usually try to learn techniques I have not used before to help make my job easier. Kind of like when I started using CSS I started to look into it now use it with everything.
I recently saw a webpage where the links looked like this:
URL:
http://www.website.com/?page=category-a
http://www.website.com/?page=contact
and the code looked like:
(a href="/?page=category-a")page(/a)
(a href="/?page=contact")page(/a)
What is this technique called so I can research it and is it of any importance as far as making anything easier, better, etc?
Thanks for the help!
I recently saw a webpage where the links looked like this:
URL:
http://www.website.com/?page=category-a
http://www.website.com/?page=contact
and the code looked like:
(a href="/?page=category-a")page(/a)
(a href="/?page=contact")page(/a)
What is this technique called so I can research it and is it of any importance as far as making anything easier, better, etc?
Thanks for the help!