get a jpeg from a website script?
Posted: Tue Jul 28, 2009 10:57 am
Hey, I was wondering if someone can help me...
I need a php script that can goto a webpage that I specify, then find a *.jpg image IN A SPECIFIC folder I specify and then show it to me.
so basically it would goto
http://www.mysite.com/dailyimageshow
|
It would find the .jpg that is location at: http://www.mysite.com/images/dailyimages/2009//
and then grab that image onto another server without anything else.
is this possible? if so, how? (please note I am a newbie to programming, this is a project for church)
I need a php script that can goto a webpage that I specify, then find a *.jpg image IN A SPECIFIC folder I specify and then show it to me.
so basically it would goto
http://www.mysite.com/dailyimageshow
|
It would find the .jpg that is location at: http://www.mysite.com/images/dailyimages/2009//
and then grab that image onto another server without anything else.
is this possible? if so, how? (please note I am a newbie to programming, this is a project for church)