Hello,
built a line like
print "<img src=\"objects/".$row["bildname"].
".jpg\" alt=\"\" border=\"1\">";
within a mysql query.
(Doesn't matter, can even be a pure php line)
But there are several (and allways the same) images that are not displayed in the output php-file.
If I store this output as a html file and start it from the explorer (i.e. without php), all images can be seen.
(Of course, same directory)
There are some error messages from php, when I try to display a missing image by klicking on 'View Image' (right mouse):
Warning: Unexpected character in input: '\' (ASCII=92) state=1
in c:\phpweb//casa/objects/mallorca.jpg on line 47
and
Parse error: parse error in c:\phpweb//casa/objects/mallorca.jpg
on line 47
(Correctly displayed images show the usual character salad.)
Does PHP try to interprete some image information ?
(The error is not due to any image name characteristic.)
How can get PHP to display them correctly ?
Thanks
Rainer