Jump to content

WebfinityWorks

New Members
  • Posts

    3
  • Joined

  • Last visited

WebfinityWorks's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I need the date to be the very first item that is read in the email message. As you can tell, I know very little about php. I've spent a lot of time reading over the site you suggested previous to posting. At this point, I'm at a loss and in need of help from the phpfreaks experts.
  2. Okay cyber robot.. I can remove it from the quotes but will that keep it in message portion of the email?
  3. Hello. I need help getting the date to submit in the email from this php form (http://www.cindys.com/awardreorder.php) I want the date to the be the first thing in the content of the email submitted. mail("cindys@cindys.com,phillipnshuey@yahoo.com,contact@webfinityworks.com","Awards Re-Order","{$_POST[date('r')]}|{$_POST['yearaward']}|{$_POST['entrynumber']}|{$_POST['organization']} |{$_POST['productiontitle']} |{$_POST['categoryname']} |{$_POST['skill']} |{$_POST['season']} |{$_POST['entertainment']} |{$_POST['entertainment_other']} |{$_POST['membeshiptype']} |{$_POST['shiping_name']}|{$_POST['shipping_address']}|{$_POST['shipping_city']}|{$_POST['shipping_state']}|{$_POST['shipping_mailcode']}|{$_POST['shipping_country']}|{$_POST['shipping_email']}|{$_POST['shipping_telephone']}| {$_POST['shipping_fax']}|{$_POST['shipping_address']}","From:no-reply@cindys.com\r\nReturn-Path:no-reply@cindys.com"); What am I doing wrong? Clearly I am a beginner in PHP. Thanks for the help in advance!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.