Thread: Dynamic URLs
View Single Post
W3C
Go4Expert Member
28Dec2006,07:59  
W3C's Avatar
Sorry I put a wrong example. Here is a better one:

example.com/index.php?page=browse

How would this code look to have an outcome of this address? Would it be just the '<a>' tag with the attibute of 'href="index.php?page=browse"', or how would you get a link to do that?