Does a picture exist on another server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nmotion
Forum Commoner
Posts: 32
Joined: Wed Jan 22, 2003 6:53 am

Does a picture exist on another server

Post by nmotion »

I need to make some code in PHP that tells me if a .jpg/.gif file on another server (ex. http://www.google.com/images/logo.gif) exist.

Is there a easy way to do this ?
nmotion
Forum Commoner
Posts: 32
Joined: Wed Jan 22, 2003 6:53 am

Found the answer in this thread!

Post by nmotion »

Sorry! I did not see this when I wrote the question...

Answer can be found here:
http://www.devnetwork.net/forums/viewtopic.php?t=5837
Post Reply