>> 2. Can someone tell me what the %20 is there for?
> The %20 (I forget the exact explanation, sorry)
> is basically code for the space.

% in a URL means thats its gonna be followed by a 2 digit hex number
referencing directly to the ascii table.

20 is the hex equivelant for " ". You could rewrite "http://"; as
"%68%74%74%70%3a%2f%2f".
-- 
Dan Hardiker [[EMAIL PROTECTED]]
ADAM Software & Systems Engineer
First Creative Ltd



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to