Variable in Subject Line: PHP Contact form

Discussion in 'HTML & Website Design' started by johnfrankjr, Dec 7, 2011.

  1. #1
    I'm looking for email to have this subject line format: variable / variable / MY HARD CODED TEXT
    City / Full_name / Hard coded text

    How can I get the variable to display in the subject line? So far everything I've tested has failed.

    Thank you

    send_form_email.php
    contact_form.html
     
    Last edited: Nov 27, 2013
    johnfrankjr, Dec 7, 2011 IP
  2. qhm

    qhm Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It's unclear what you are trying to achieve. Are you trying to put the city and the full name from the previous page in the subject line?
     
    qhm, Dec 8, 2011 IP
  3. johnfrankjr

    johnfrankjr Active Member

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #3
    I want to have my variable 'city' and 'full_name' in the subject line in the email in this format:

    $city '/' $full_name '/' MY TEXT HARD CODED
     
    johnfrankjr, Dec 8, 2011 IP