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 .. .. ..
