Help!

On my site, I am implementing a form. I want the form to be sent as an email to my address. I used a PHP script, but idk if my webserver supports PHP or if my script is wrong because i never recieve the email which i test myself.

My site: http://www.geocities.com/sherwin_kamkar/

 <?









// Configuration of recipient and subject.

       $recipient = "[email protected]";

       $subject = "20/20 Designs Form";




       $mailheaders = "From: <$yourname> 
";

       $mailheaders .= "Reply-To: <$youremail>

";



       $msg = "This message was generated from your web site by: $yourname
";


       $msg .= "
";

       $msg .= "$yourmessage
";

       $msg .= "
";


       mail($recipient, $subject, $msg, $mailheaders);

P.S: Is there a way to convert this to HTML?

Geocities doesn’t support PHP, the only free web host that does support PHP is Tripod I think, I could be wrong.

Is there a way to convert this to HTML?

Not really, If your server doesn’t support PHP then you can still have a <\form&gt; and target the action to your CGI bin if you have access to one or ask your server admin what’s the url to your formmmail.pl and just do something like this <\form name=“form” method=“post” action=“http://your url/formmail.pl”&gt;

yeah, using geocities pretty much limits everything you can do, at
least in an easy, common-sense way. The best thing to do, is go
get a $7/mo hosting plan somewhere. There’s tons of em…

/unflux
:goatee:

OMG, i just found the sweetest thing!
http://www.newezone.com/totally_free_web_hosting.shtml

Read what it gives you, i couldn’t believe it! I am only 15 and my parents aren’t gonna pay for a domain or hosting, so I found this! It supports PHP & SSI, and there are no popups or banners. All they ask is to spread the word about them. I am spreading the word cause its a good service for ppl like me!