Doxygen Documentation




  Front Page
  Wedding
  Honeymoon
  Pets
  Travel
  Bloggy Style
  Elyse
  Customization
  Documentation
  What's New?

setstyle1.php

Go to the documentation of this file.
00001 <?php
00002 
00008 //expires in 180 days
00009 //echo ("header('Set-Cookie: TestCookie=something+from+somewhere; Max-Age=3600; Domain=.www.domain.com; Path=/; secure;');");
00010 $cset = setcookie("prestop_custom_style", "1", time()+60*60*24*180, '/', 'prestopnik.com');
00011 
00012 include "functions.php";
00013 
00014 global $prestop_custom_style;
00015 $prestop_custom_style = "1";
00016 print_standard_top("Set to Color Scheme 1");
00017 
00018 if($cset)
00019      print "Style succesfully changed";
00020 else
00021      print "Sorry we were not able to set your cookie.  Please verify that you have cookies enabled.";
00022 
00023 print_standard_bottom();
00024 ?>
00025 
Last modified: August 30 2018 23:38