1) Identify and correct the error in each of the following PHP code examples:
a)
b)
$name = "Paul";
print( "$Name" );
?>
2) Describe how cookies can be used to store information on a computer and how the information can be retrieved by a PHP script. Assume that cookies are not disabled on the client.