|
|
|
|
|
by TRiG_Ireland
28 days ago
|
|
If you're relying on HTML forms being filled in to generate queries, the browser will always generate standard query parameters with a question mark and ampersands. But if you're making your own links, you can generate them however you like. Semi-colons should work fine, though you may need to write your one URL parsing functions. |
|
I also recall actually seeing some web pages somewhere using semicolon, possibly IBM stuff.