+ 1
Can anyone say how to make working contact form
I saw one when studying the html lessons in sololearn.but I need a code in which the coder receives the message
1 Réponse
0
You'll require knowledge of PHP to get GET or POST data from the form.
When the form will submit to php file, it'll either connect with Database or use file handling to save data into db or file, according to what you've code.
Below code just echo it. You'll have to replace it with file open and append functions to save data in a .txt file.
Code:
https://www.sololearn.com/learn/PHP/1841/