How can we send mail using JavaScript?
Answers were Sorted based on User's Feedback
Answer / live
I want descriptive code for Send Email...
if Member is Register than i send confomation Mail send to
particular member
| Is This Answer Correct ? | 38 Yes | 49 No |
Answer / senthilkumar .g
form action="mailto:you@yourdmainhere.com" method="post"
enctype="text/plain" >
FirstName:<input type="text" name="FirstName">
Email:<input type="text" name="Email">
<input type="submit" name="submit" value="Submit">
</form>
| Is This Answer Correct ? | 73 Yes | 86 No |
What is singleton class in php?
Why is used in php?
How can we display information of a variable and readable by human with php?
What does echo mean in php?
Explain how is it possible to set an infinite execution time for php script?
How to make horizonatl menu and vertical menu responsive
What the limitation of header() function in php?
Is php strongly typed?
What are the security measures we have to take for our site not to hack by others?
Tell us what is the difference between session_unregister() and session_unset()?
hi! i am tushar. i am trying to insert digital signature in a pdf file using PHP. i create a digital signature jpg image using imagecreatefromjpeg() function, but whenever i trying to insert it into my pdf file it shown this error. "FPDF error: Not a JPEG file: signature.jpg". could some one help me? how can i insert a digital signature in a pdf file using PHP?
How can we determine whether a variable is set?