I want to add image validation on my static html submit pages. Is there a way to do this without using php? I thought I seen a site that had this set up but I can not remember which one it was. Any help would be nice.
try adding this: AddType application/x-httpd-php .html Code (markup): to your .htaccess file and then you should be able parse php within your html files, afterwhich you can do your image validation stuff via php. hope that helps some. rob
You can also put that image together with its script in a php server, and then embed the code into your html page.