Re: [PHP] path finder

2007-06-25 Thread Jim Lucas
elk dolk wrote: Hi all, When I test my photo album in my IIS testing server relative path in the following code works fine : echo div class=''img src='/img/{$photoFileName}' width='120' height='160' border='0' //div ; but when I upload it to the web server I don’t see my

[PHP] path finder

2007-06-23 Thread elk dolk
Hi all, When I test my photo album in my IIS testing server relative path in the following code works fine : echo div class=''img src='/img/{$photoFileName}' width='120' height='160' border='0' //div ; but when I upload it to the web server I don’t see my photos, my /home

Re: [PHP] path finder

2007-06-23 Thread Tijnema
On 6/23/07, elk dolk [EMAIL PROTECTED] wrote: Hi all, When I test my photo album in my IIS testing server relative path in the following code works fine : echo div class=''img src='/img/{$photoFileName}' width='120' height='160' border='0' //div ; but when I upload it to the web