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
What are differences between PECL and PEAR?
What is the function of trim?
What is html used for?
What is faster in php?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How to call a php function from another php file?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the main difference between require() and include()?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
What is the use of namespace in php?
What is advanced php programming?
How many types of session are there?
What is a string in php?
What does $globals means?
What are the four scalar types of php?