Home › Forums › Back End › PHP Forms Tuts & Resources › Reply To: PHP Forms Tuts & Resources
October 9, 2014 at 10:23 am
#185891
Participant
Is there something specific you don’t understand? Do you know how forms (GET and POST) work, or is it just a question about how PHP handles it?
The Friendly Manual is a good place to start. (N.B., while $_REQUEST
is a thing, you should always use $_GET
or $_POST
, as appropriate, instead.)