Can somebody explain this portion of the script ?

Code:
setcookie('phpExpertName', $_POST['phpExpertName'], time()+3600);
Why phpExpertName and $_POST['phpExpertName'] mentioned together ?