Changes

Jump to: navigation, search

PHP and Cookies - Creating, Reading and Writing

2 bytes added, 20:10, 11 May 2009
Reading a Cookie in PHP
<pre
<?php
echo 'Reading cookie<br>';
echo 'username = ' . $_COOKIE['username'];
?>
</pre>

Navigation menu