Hi, new kid on the block... Hope I am posting this in the proper forum as it involves HTML, JAVA as well as PHP.
A little background... I have been writing PC apps using Borland's C++ Builder for many years and have written a couple WebCam utilities for my model airplane club. My utilities handle all the tasks of acquiring the images, FTPing them to the web site and handling via FTP image renaming replacing etc. What I don't know what I am doing with is the HTML/JAVA/PHP stuff that needs to be on the web site.
I barley managed to get the site working using scripts I found on the net.. Trial and error resulted in the web page at
http://www.tulsacl.com/webcam.html Mostly JAVA scripts to refresh the image and run the count-down timer. It also contains a time-out script as the bandwidth of the club site is somewhat limited and I didn't want anyone falling asleep and letting it download images forever.
You would not believe how many times I broke the webcam page trying to make it do what it does now. Even though it's working I'm still not positive it's exactly right.
Anyway, I found a PHP script on-line at
http://cavemonkey50.com/code/webcam_update_script . I would like to incorporate into the web site but don't really understand enough about any of it to be able to make it work. PHP code makes more sense to me than JAVA code but it's still greek because I don't understand the basics of any of it.
Anyone out there that might take the time to look at my webcam.html source and give me a few pointers on what would be needed to incorporate the cavemonkey PHP code into it?
Thanks
Bob