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 |
How to join multiple strings stored in an array into a single string?
How many types of functions are there in php?
How do I display php errors?
Explain the difference between urlencode and urldecode?
Tell me how can we determine whether a variable is set?
How to close a session properly?
What are the uses of implode() function?
How i can integrate merchant payment get way in zen cart? in php? plz help me
1 Answers BA Continnum Solutions,
What is a variable cost example?
What is the difference between ereg_replace() and eregi_replace()?
can we use PGP with PHP?
Can I learn php without knowing c?