Which choice best demonstrates how to add a name-value pair to form data?

Which choice best demonstrates how to add a name-value pair to form data?

Which choice best demonstrates how to add a name-value pair to form data?

A.
$object = append( name=>”state”, value=>”New York”);

B.
$object = add( -name=>”state”, -value=>”New York”);

C.
$object-> append( -name=> “state”, -value=>”New York”);

D.
4object ==> add( -name=>”state”, -value=>”New York”);



Leave a Reply 0

Your email address will not be published. Required fields are marked *