Cookie Session Php

setcookie('userid','AAA');
?>
Page with cookies

This page sets a cookie properly, because the PHP block
with setcookie() in it comes before all of the HTML.