hello,
i have a quick question. im trying to make a simple form, with names, phones, emails, some check boxes (yes or No), etc. where im getting confused is in the code that i have to insert in my "thank you" page. in this part (in blue): $mailbody = "Values submitted from web site form :\n"; do i have to leave the:\n; ? (it was not highlited in blue in the tutorial).
how do i put the values? divided by commas? between ""? i really dont understand this part. can somoene give me an example so i can use it as a base but use my values?
thanks.
i have a quick question. im trying to make a simple form, with names, phones, emails, some check boxes (yes or No), etc. where im getting confused is in the code that i have to insert in my "thank you" page. in this part (in blue): $mailbody = "Values submitted from web site form :\n"; do i have to leave the:\n; ? (it was not highlited in blue in the tutorial).
how do i put the values? divided by commas? between ""? i really dont understand this part. can somoene give me an example so i can use it as a base but use my values?
thanks.
Comment