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.
Answers were Sorted based on User's Feedback
Answer / anis
Run the query first
check whether query run successfully or not
if query is successful
send mail
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / 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 |
What is php pathinfo?
How can you execute php script from the command line?
What is return in php function?
Describe which programming language does php parallel to?
What is the purpose of the '.frm' file extension? What do thes file contain?
What does mvc stand for and what does each component do?
Tell us how can we display the output directly to the browser?
find highest salary
What is chrome logger?
Which is better #define or enum?
How to Define a Constant in PHP? Is $ symbol necessary?
How to find current date and time?