A Friend in Need is a Friend in Deed.
Become a Member at ITTreats.com !! Share Your invaluable Experience to Fellow Programmers. Signup, Start Blogging and support fellow Techies.

Using Cookies in PHP

using cookies in php cookie is a piece of information stored on to the users computer.we can set timestamp for cookie which will stores the data till the date of expiry until and unless user clear off the cookies. in php we can create, reset, clear the cookies <br> creating cookie by using setcookie function we can create cookie setcookie(name,value,expires,include_path,domain) except .. .. ..

Created By : adrevol