IHYPRESS.NET
PHP
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
PHP ❯ Read Cookie
<05>
<?php echo "<div style='font-size:22px;color:#008800;'>"; if(isset($_COOKIE['lastVisit'])) { $visit = $_COOKIE['lastVisit']; echo "Cookie set: Time and date of your last visit: ". $visit; } else echo "Cookie not set: This is your first visit or cookies are not allowed."; echo "</div>"; ?>
Cookie not set: This is your first visit or cookies are not allowed.
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.