Is it possible to have a php submission page that is set up like the ones on most phpld directories yet the rest of the site be in pure html? Hope this question makes sense.
Set an addhandler to parse html as php. add that to your htaccess. Addhandler application/x-httpd-php .htm .html .php Then in your html to call your php <?php your code and stuff here ?> is that what you were referring to?
You could also have it in many different ways. Make a sub domain and install phpLD or something similar www.submit.site.com/submit.php and point your link to that url. Or you could have a php forms and have it like this www.site.com/submit.php I would go buying a Form scripts which would have a lot of options and fields you can add for whatever reasoning.
Thanks guys. I had just bought the phpld script and was having some trouble, so I was going to go back to html format but I think I got the hang of it now. Thanks again.