More about a URL Argument separator
Moderator: General Moderators
More about a URL Argument separator
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?
Just for curiosity.
- kaisellgren
- DevNet Resident
- Posts: 1675
- Joined: Sat Jan 07, 2006 5:52 am
- Location: Lahti, Finland.
Re: More about a URL Argument separator
Umm... equality?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?
Just for curiosity.
I want to know too.