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 the php variables?
What is the main difference between php 4 and php 5?
Write down the code for save an uploaded file using php?
How to execute a function in php?
What is a http session?
What is abstract class php?
What is the difference between print() and echo()?
How to create database connection and query in php?
What is mod_php?
What is the Pipe Symbol represented?
A process is identified by a unique___
What is the difference between array_pop() and array_push()?
Why post method is used in php?
Is a number php?
How to download file in php?