thanks for the help tasairis you were born a true legend.
Any other useful resources or websites you might know of for a PHP new comer apart from the original PHP manual? I went out and bought learning PHP5 by O'Reilly.
Search found 4 matches
- Fri Nov 14, 2008 12:55 am
- Forum: PHP - Code
- Topic: PHP noob, how to I display/run multiple varialbes in 1 line?
- Replies: 7
- Views: 465
- Fri Nov 14, 2008 12:20 am
- Forum: PHP - Code
- Topic: PHP noob, how to I display/run multiple varialbes in 1 line?
- Replies: 7
- Views: 465
Re: PHP noob, how to I display/run multiple varialbes in 1 line?
well that was just too easy tasairis, I can see myself liking PHP once I get into it if it keeps up like that! From the script do you have any idea why when I go to change my plain text line: "HTML E-mail\n\nThis is the text portion of an HTML e-mail\n" . I was going to put the same variab...
- Thu Nov 13, 2008 10:55 pm
- Forum: PHP - Code
- Topic: PHP noob, how to I display/run multiple varialbes in 1 line?
- Replies: 7
- Views: 465
Re: PHP noob, how to I display/run multiple varialbes in 1 line?
tasairis heres my full code. Yes I am trying to get the values of my variables to show in the generated email. All the examples I've looked at only show one variable and dont show how I can include another variable on the same line. <?php if(isset($_POST['submit'])) { $name_field = $_POST['name']; $...
- Thu Nov 13, 2008 8:47 pm
- Forum: PHP - Code
- Topic: PHP noob, how to I display/run multiple varialbes in 1 line?
- Replies: 7
- Views: 465
PHP noob, how to I display/run multiple varialbes in 1 line?
Hi all, Need some help here just started dabbling in PHP. I have a contact form.html sending to a mailer.php (which sends a MIME html email) Now I have (which I presume stores my form data into variables starting with $ $name_field = $_POST['name']; $email_field = $_POST['email']; $phone_field = $_P...