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
Tell me what is the use of explode() function?
What is use of mysqli_query in php?
How do you measure variables?
What is mysqli_real_escape_string?
How can you send http header to the client in php?
What is zend studio for?
Which php framework is in demand?
Is python better than php?
How to connect to a url in php?
What is include in php?
What are the data types in php?
What are new features in php 7?
What are the encryption techniques in php?
How to check a variable is an array or not in php?
What is difference between include,require,include_once and require_once()?