PHP - Superglobals and Web Context
Which of the following is the correct way to access a form field named
username using $_REQUEST in PHP?username using $_REQUEST in PHP?$_REQUEST are associative arrays accessed with square brackets and quotes for keys.$_REQUEST['username']. Using arrows or dots is invalid for arrays.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions