""Mark Rees"" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> "Tom Chubb" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> This may be slightly OT, but I've modified a gallery script that I had
> written for me which reads directories and echos the dir name as a
> gallery.
> Unfortunately, it doesn't look very nice with say picsofsomething so I
> renamed the folder 'pics of something'
> When this is read, the string inserts %20 for the spaces, which is
> fine, but are there any reasons why I shouldn't be doing this?
> Many thanks,
>
> --------------
>
> A while back, this would have been liable to cause problems in Netscape
> (v3/4). I don't think it makes so much difference these days, but I just
> avoid it out of habit. You can get a more readable effect wihout spaces by
> using an underscore, say, in the directory name, and when you need to 
> print
> it to screen, replace the underscores with spaces
> --------------
> Tom
Wasn't the plus sign the replacement for a space?  Pics+of+something is more 
readable.

Satyam

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

Reply via email to