Показать сообщение отдельно

  #5  
Старый 03.03.2012, 15:30
M_script
Новичок
Регистрация: 04.11.2004
Сообщений: 5
Провел на форуме:
4512

Репутация: 0
По умолчанию

Expl0ited, пруф - http://en.wikipedia.org/wiki/URI_scheme

The query is an optional part, separated by a question mark ("?"), that contains additional identification information that is not hierarchical in nature. The query string syntax is not generically defined, but it is commonly organized as a sequence of = pairs, with the pairs separated by a semicolon or an ampersand. For example:

Semicolon: key1=value1;key2=value2;key3=value3

Ampersand: key1=value1&key2=value2&key3=value3​

http://tools.ietf.org/html/rfc1866

Цитата:
Сообщение от None  
HTTP server implementors, and in particular, CGI implementors are encouraged to support the use of `;' in place of `&' to save users the trouble of escaping `&' characters this way.
 
Ответить с цитированием