Answers for "get information from cookie php"

PHP
1

get a cookie in php

<?php
echo 'Hello ' . htmlspecialchars($_COOKIE["name"]) . '!';
?>
Posted by: Guest on October-01-2020

Browse Popular Code Answers by Language