Page 1 of 1

More about a URL Argument separator

Posted: Mon Dec 15, 2008 3:09 am
by coldwinds
Take the part of url: arg1=111&arg2=ccc for instance, the '&' is named Argument separator in both cgi spec and php.in, and what's the '=' we offically named?

8O Just for curiosity.

Re: More about a URL Argument separator

Posted: Mon Dec 15, 2008 12:40 pm
by kaisellgren
coldwinds wrote:Take the part of url: arg1=111&arg2=ccc for instance, the '&' is named Argument separator in both cgi spec and php.in, and what's the '=' we offically named?

8O Just for curiosity.
Umm... equality? :D

I want to know too.