Changes

Jump to: navigation, search

PHP and Cookies - Creating, Reading and Writing

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

Navigation menu