Posted by Jerry Stuckle on 06/27/07 19:52
yaaros@gmail.com wrote:
> I found the reason why is errors written in log file but I still don't
> understand that :).
> Before in the code I have got an img tag which was written like that:
>
> <img src="?" alt="" width=1 height=1>
>
> It have bad src attribute and this causes somehow my problems. When I
> delete this img tag log file become empty after refreshing pages.
> Intresting huh ??
>
> I have no idea why this tag causes that the first trown exceptions in
> code was written in log file but it's true.
> Maybe somena could explain me that ??
>
> Thanks for yoours answers
>
This is HTML code and wouldn't cause a PHP exception. It would,
however, cause an error in the Apache error log relating to the invalid
image filename.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|