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 the difference between “mysql_fetch_array” and “mysql_fetch_object?
What are new features in php 7?
hi, i have knowledge about PHP/MYSQL,i am fresher M.Sc-IT 2009 pass out,any recruitment in PHP please let me know.
Tell me how stop the execution of a php scrip?
How will you create a bi-lingual site (multiple languages) ?
What is stdclass in php?
Which array function checks if the particular key exists in the array?
Do you know what's the difference between __sleep and __wakeup?
How cookies are transported from servers to browsers?
What is var_dump?
What is session in php w3schools?
What is use of header() function in php? What the limitation of header()?