Jabop Posted December 31, 2008 Share Posted December 31, 2008 & or ; and why? Link to comment https://forums.phpfreaks.com/topic/139033-ampersand-vs-semicolon-query-strings/ Share on other sites More sharing options...
corbin Posted January 1, 2009 Share Posted January 1, 2009 What do you mean? The only thing I can think of is that some HTTP headers are split on ; and some are split on &. ??? Link to comment https://forums.phpfreaks.com/topic/139033-ampersand-vs-semicolon-query-strings/#findComment-727367 Share on other sites More sharing options...
Daniel0 Posted January 1, 2009 Share Posted January 1, 2009 What do you mean? The only thing I can think of is that some HTTP headers are split on ; and some are split on &. Headers are split on a newline (\n). Link to comment https://forums.phpfreaks.com/topic/139033-ampersand-vs-semicolon-query-strings/#findComment-727405 Share on other sites More sharing options...
corbin Posted January 1, 2009 Share Posted January 1, 2009 What do you mean? The only thing I can think of is that some HTTP headers are split on ; and some are split on &. Headers are split on a newline (\n). I meant the actual content of headers. Like the cookie stuff, or the first header. (GET /blah/?a=bY&c=d HTTP/1.1 for example.) I can't think of what else he means. Link to comment https://forums.phpfreaks.com/topic/139033-ampersand-vs-semicolon-query-strings/#findComment-727538 Share on other sites More sharing options...
.josh Posted January 2, 2009 Share Posted January 2, 2009 I pick ; over & for the same reason I pick skinny chicks over fat chicks. Link to comment https://forums.phpfreaks.com/topic/139033-ampersand-vs-semicolon-query-strings/#findComment-727737 Share on other sites More sharing options...
DarkWater Posted January 2, 2009 Share Posted January 2, 2009 I pick ; over & for the same reason I pick skinny chicks over fat chicks. Semicolons turn you on more than ampersands? There are specialists for these kinds of things. =) Link to comment https://forums.phpfreaks.com/topic/139033-ampersand-vs-semicolon-query-strings/#findComment-727772 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.