Hello all and Happy Holidays. I have a Flash form set up on my website (and a sniffer thanks to you guys!) but for those few that don’t have Flash I’d like to have a simple submit form using PHP. I went and bought a book about Dreamweaver which is pretty good but I’m confused. Also, my website is hosted on an ISP’s website so I have very limited access to it.
In the book, for PHP email, it has this code:
<–!
<?php
$email_to = "[email protected]";
$email_subject = "This is the email
";
$email_body = "Body text here!
";
I don’t know what to do with this code. Do I put it on the page with my submit form? Is this supposed to be server side code? Any help will be much appreciated.
Do a search of the forums (the button on the top-right that says ‘search’). That should help, this question, or questions similar to this have been asked millions of times before…
this topic was posted 3-4 days ago…
heres my submisision for a phpmail script…
If you change the html code with the appropreiate flash code, im sure you can use it for something…