Php Beginner mail format....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • darkborg
    New Member
    • Oct 2006
    • 1

    Php Beginner mail format....

    Hi All,

    I am new to PHP and like any new guy I have a looot of questions, here's the deal.
    I created a php mail form, works fine so far, but for example the output of this forms is something like this .

    1.) Your name.
    2.) Your Last Name
    3.) Your age
    4.) Marital status.
    5.) Comments( in a comments box)

    mail("xxxxx@gma il.com" and the variables names);

    but when I open my gmail only shows line 1 and sometimes nothing,
    what's going on here?

    Thanks
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Are we supposed to guess? In order to see what is going on, as you put it, you'll have to show your code. How else can we say what is going on?
    And if you show the code, put it between php or code tags!! (see Posting guidelines at the top of the forum).

    Ronald :cool:

    Comment

    Working...