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
How long does a session last in php?
How to open a file for writing?
What are the 3 scope levels available in php and how would you define them?
Do you know how to get the ip address of the client?
Can we use include ("xyz.php") two times in a php page "index.php"?
Are php short tags acceptable to use?
Do you know what is the use of the function 'imagetypes()'?
What are html entities?
How to execute a php script from the command line?
Tell me how can we display information of a variable and readable by human with php?
Maine 12th ke bad 2 years ka web designing ka course kiya hai. Php me achcha hu. Ek fresher ko is field me kitna mil sakta hai ?
Is java is better than php?
Can I include php in javascript?
Which function is used to strip whitespace?
How we get browser details of clients machine?