> Dear List Members,
> 
> Please consider my problem:
> 
> There is one animation (m1.gif) which when called in any html 
> page works
> fine.
> But when the same image is called in any php file the same is 
> not displayed
> instead a cross mark (indicating as image not found) is displayed in
> browser. Any suggestion?.
> 
> Thanks in advance. 

Yes, the path to the image is incorrect.

I'm using IE, so im gonna tell you how to check out the path
with IE.

First, load the HTML-only page and rightclick on the image,
select Properties.
Here check the Address field. Copy it and put in a textfile or
something.

Do the same with the php-version and compare these URL's.
Fix the php script so it points to correct direction :-)

Good luck
/Martin

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to