Friday, 27 April 2012

how to set cookie in php


The below code to give to set cookies in any side .it can store a txt file as a url address.


for example when u select remember with a use of password it will store as a txt file.

<?phpsetCookie("user","a1",time()+3600);?>

No comments:

Post a Comment