I got my first form working today and put together a pretty good website. Is there a PHP thing I can put in my code that will email me to let me know someone pressed "submit" on my form???
The mail() function can email you from your form processing page. It is hard to say exactly how it would work with your site without seeing the code. Checkout the php.net page on mail(). http://www.php.net/mail You can pretty much find all the information you need about any php function at php.net.
The only thing there that makes sense to me is the search bar. But i'll do more research regarding the mail() thingy. google is nifty.