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
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
Comment