Advanced cookie function with php


/ Published in: PHP
Save to your folder(s)

To set cookie use "cookie('name of your cookie','cookie data','expire date ')" it will set your cookie in the user browser .
To get the saved cookie use "cookie('name of your cookie')" it will give you the value of the cookie which you saved in the user's browser .

URL: http://ksoft.is-great.org

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.