|
The "?" question mark in this case has nothing to do with PHP at all. This is a format that the URL uses to seperate the URI path and defined parameters. The amperstand "&" is used to delimit each defined parameter key. The hash "#" is used at the end of an URL to assign the anchor point of the landing page.
http://www.domain.com/path/page.html?parameter1=value1¶meter2=value2#anchor
Color Key:
protocol
sub-domain
domain
path
file
parameter
value
anchor
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|