is there a form to get cookies php code example Example: get a cookie in php <?php echo 'Hello ' . htmlspecialchars($_COOKIE["name"]) . '!'; ?>