"Tom Chubb" <tomchubb@xxxxxxxxx> wrote in message news:4577934f05080401142d97de96@xxxxxxxxxxxxxxxxx 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 -- Tom Chubb tom@xxxxxxxxxxxxxx 07915 053312 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php