0
Forms in php
detail about post method and how contact information snd to email
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.
- 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