Search found 1 match

by suresh_gop
Wed Aug 04, 2010 9:13 am
Forum: PHP - Code
Topic: Submitting email form
Replies: 2
Views: 98

Submitting email form

Hello, In my contact form, I have four fields Name, Country, Email and Comments. When i submit this form i am only receiving two fields data name and email only. I want to get country and comments data also. I have attached php code here. Php code: <?php $ToEmail = 'sampleind@gmail.com'; $EmailSubje...