Click to See Complete Forum and Search --> : Image map problem


subalan
05-27-2005, 09:24 AM
Hi,

I have a html page which is used to display some problem content with some image. The images is stored in a directory which has a space in it like(xx xxxx). I want to retrive the content from that folder in php. How can i do it? Please help in this regard. It is too urgent.

<html>
<body>
<img src='/images/G Img/test.jpg'>
</body>
</html>

Shmohel
05-27-2005, 09:27 AM
Most systems will have problem with spaces. Basically any system that is not Windows. You are much better off using '_' instead of spaces. But, for most cases, putting in '%20' for the space will work.