Forms in php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Forms in php

detail about post method and how contact information snd to email

31st Jul 2016, 4:17 PM
Utkarsh jaiswal
Utkarsh jaiswal - avatar
2 Answers
+ 3
To access a form that was submitted with a POST method you use $_POST[FormElementName] The most basic way to send an email is with the built-in mail() command The built-in command has limitations and is generally not used in a production site as PHP-Mailer is the most common replacement. A quick google of any of them will give you tons of tutorials on how to use them.
31st Jul 2016, 11:43 PM
Nathan “Grimston” Pipes
Nathan “Grimston” Pipes - avatar
- 1
i create a system of login and register with php and MySQL. if you are interessed in the code i use forms to contacto database etc call me hehe
1st Aug 2016, 3:17 PM
Sampaio Leal
Sampaio Leal - avatar