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 |
How can I execute a PHP script using command line?
How is it possible to remove escape characters from a string?
What are the different ways we can retrive the mysql results using php ? Explain each
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
when we select some checkboxes and we went for next page if we came back to prevoius page the selcted checkboxe should be checked
Explain some of the php string functions?
Is php an oop?
Tell me what library is used for pdf in php?
How to change the principal password?
Write a program to display a table of any given number?
What is a php namespace?
Can we override magic methods in php?