PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi, I found this. http://email.about.com/od/emailprogramm ... cation.htm
As you can see it states the $body and subject varibles with a string. If I wanted it to post what the users input said instead of that set string could I use
If you name a html form with the php as the action, A textbox named to message and subject name to subject. like message="message" and subject="subject" would it adopt those varibles in place of the static text?
if use form method as post....then $_POST['message'] and $_POST['subject']...but if you use form method as get then it is as u described...default method for form is get...