First of all, I'm new to php so I'm sorry if this is a dumb question.
Anyway, I am putting in an ip webcam (D-Link dcs-900) for one of the places I do volenteer work at. They currently run a phpnuke website. As far as I can tell the webcam doesn't support ftp. But it does create a webpage with the image on it.
What I want to do pull that image off webcam webpage and put it onto the main webpage, but I want to keep the webcam behind the firewall so a simple href=... tag I don't think will work since the outside comptuers won't be able to see the webcam.
I was wondering if their is someway php itself could pull the picture and post it to the webpage without the outside using having to directly access the webcam.
To add insult to injury the webcam uses http authentication to access it. So whatever solution I use would have to be able to access it dispite that.