Hello all,
I feel a little dumb asking this...
I'm trying to pass information from one page to another. I have this:
<a href="http://www.mysite.com?color=red&shape=round">Apple</a>
Now that I do that, on the next page, what kind of code do I use to gather the color and shape information?
Thanks!
~Amy