hady_musical

PHP Create 2017

Feb 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1. PHP Create
  2. The following example creates a cookie named "user" with the value "John Doe". The cookie will expire after 30 days (86400 * 30). The "/" means that the cookie is available in entire website (otherwise, select the directory you prefer).
  3.  
  4. We then retrieve the value of the cookie "user" (using the global variable $_COOKIE). We also use the isset() function to find out if the cookie is set:
  5.  
  6.  
  7. download file from  mediafire : http://adf.ly/1kWBIz
  8. download file from  up-4ever  : http://adf.ly/1kWB3k
Add Comment
Please, Sign In to add comment