More about a URL Argument separator

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
coldwinds
Forum Newbie
Posts: 5
Joined: Sat Jun 21, 2008 2:26 pm

More about a URL Argument separator

Post 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.
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: More about a URL Argument separator

Post 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.
Post Reply