How can we send mail using JavaScript?
Answer Posted / 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 |
Post New Answer View All Answers
What is mysqli_real_escape_string?
Which will start a session?
Explain what are the two main string operators?
How to set cookies in PHP?
Declare a new variable in php equal to the number 3;
Which function would you use to read a line of data from a file in php?
Tell us how to redirect a page in php?
Is php open source?
What is the purpose of basename() function in PHP?
What does php mean?
What is difference between md5 and SHA256?
What is a query in a database?
What is the use of mysql_fetch_array in php?
What is $_ server request_method == post?
How to return a value back to the function caller?