This maybe more of a PHP question.  I have a problem with file names
that have white space or special characters stored in the database. When
I try to link to them from a webpage I get file not found error which is
probably because of whitespace in filename

Example I have a file name stored in database as:  john's - song.mp3

When I click on the link to the song in a web browser I get file not
found.

I remember something about white space is replaced with  %20 in the
browser URL link. How do I get it to read the file correctly?


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to