![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: urlencode and $_GET
From: Andy Hassall <andy@andyh.co.uk>
Date: Fri Nov 18 2005 - 00:48:45 CET
On 17 Nov 2005 11:16:24 -0800, "black francis" <cristian.melendez@gmail.com>
>again, it's the browser the one who 'encodes' the url, not you.
That's the browser (whichever one you're using) attempting to compensate for
In fact I don't know what browser you're using, because IE, Firefox and Opera
Putting that source through an HTML validator (HTML Tidy) produces:
line 1 column 1 - Warning: <a> escaping malformed URI reference
error: <...> escaping malformed URI reference
An URI contains non-authorized characters. Or the quotes around the URI are not
Correct the URI.
error: <a> escaping malformed URI reference
BAD space
BAD w3c
For the first example, a space should not be contained in URL. (Even if it
RFC2396 - Uniform Resource Identifiers (URI): Generic Syntax"
-- Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis toolReceived on Mon Nov 21 03:04:43 2005 |