Skip to main content.
« Blog Index

Archive for the ‘PHP Scripts’ Category

Scheduled HTTP Request - Windows Task Scheduler

Monday, September 29th, 2008 11:45am PDT

This script can be used by Windows Task Scheduler to make a HTTP request to a web page on a timed basis. (I.E. every 5 minutes).

Suggested use: Scheduled updates for web cam image overlay, or Web Cam Image Uploader

Cons: Your PC needs to be constantly on and online for this to work.

(more…)

Contact Form PHP Script With Image Captcha

Thursday, August 14th, 2008 5:57pm PDT

I enjoy PHP programming and sometimes share my scripts. I just put my contact form script online.

Use my contact form PHP script on your web site to allow users to easily contact you. Your email address is completely concealed so spammers cannot get your email addresses to spam.

More about the Contact form PHP Script