Can anyone say how to make working contact form | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

29th Apr 2018, 3:51 AM
Alan
Alan - avatar
1 Answer
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/
1st May 2018, 11:40 AM
Kawalpreet Juneja
Kawalpreet Juneja - avatar