|
|
Actually, now that I think of it, that "?" mark is probably too much.
But if I did try it this way, how does one pull in a specific product
using that ID? I'm more accustomed to seeing something like "?ID=12345"
In other words, how would I tell my recordset that I want this without
giving it a variable name?
Lee wrote:
So if someone used ?12345 I could have an "if statement" to test this
and if true, go to another page? That page would then pull in the
session variable that would load the product?
Or, I could have the default page an empty forwarding...wait, search
engines don't like that.
Murray *ACE* wrote:
You could do -
http://www.example.com/?12345
and that will pass the value 12345 to the default file in that folder.
|
|