Quote:
Originally Posted by Ryan Fait
Well, a form will only open up a mail program and put the information in it, it won't send it. The problem is with your code, however.
<form method="post" action="mailto:user@domain.com">
|
Ah hah! That's great! Right now I have to rely on it opening an email program until I can get a server that can support
PHP.