In forms when i am click submit button it will store on the
desired table as well as it send to paticuler mail id.
Any body know the answer plz give me detail information.

Answer Posted / n.viranjaneyulu

ok, i think u know to read the values from html form in
php.That values to create variables ,then after u can
connect data base then send values to store particular
table, after using mail function to send mail .mail function
need 4 values.that is 'to' is destination
address,'subject','content' and 'from' address.
i think know db connectivity and insert values


Example:- mail($to,$subject,$content,"from:$from");

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data structure in php?

509


How php statement is different from php script?

544


Explain me what is the importance of "method" attribute in a html form?

516


What is putenv?

575


What is mysql_fetch_array?

527






Can the value of a constant change during the script's execution?

558


What are the rules to declare a php variables?

531


Explain me the difference between include and require?

521


What is empty () in php?

533


Can I use node js with php?

539


Write a program to get lcm of two numbers using php?

520


What are the special characters you need to escape in double-quoted stings?

548


what is the scope of php in the future if any other language is developed then may be php is loss ???

13902


What is scope of variable in php?

586


What is the purpose of pear in php?

591