Download this sweetcron theme for FREE
If you are a sweetcron user and looking for a theme like this, please take it as a gift from me. Just give me a link back thats all i ask. Thanks for visiting. Hoping to cya around.
If you are a sweetcron user and looking for a theme like this, please take it as a gift from me. Just give me a link back thats all i ask. Thanks for visiting. Hoping to cya around.
Cookies are mainly used to authenticate a users session, they are small packets of data that are stored in the web browser that allow a website to match specific user information to that in the database, thus authenticating the user. So what are the values?
setcookie($name, $value, $expire, $path, $domain, $secure);
$name - is what you want to call the cookie, we will use this to reference the cookie later $value - value of the cookie. for example “ashleyford” $expire - is the time in UNIX timestamp format when the cookie will expire for example, time()+”3600″. The cookie would then expire after an hour. $path - The path on the server where the cookie will be available. For example, if the path is set to “/”, the cookie will be available through out the whole site. If the cookie is set to say “/account/”, the cookie will only be available under /account/ page and all its sub-directories. $domain - For example, if the domain is set to “dotdashcreate.com”, the cookie will be available within the domain including all its sub-domains, for example account.dotdashcreate.com.
Its good to note at this point that the cookie must be set before any other HTML code so generate cookies above the headers on your page. So here’s an example. We have set the cookie with the value of ‘ashleyford’ and it is due to expire in 1 hour.
setcookie("username", "ashleyford", time()+3600);
now we want to read the data and display the username on the page.
echo $_COOKIE["username"];
this will echo: ashleyford
Via: http://feedproxy.google.com/~r/AshleyFord-Papermashupcom/~3/fbJELahC4_E/
Submissions, twitxr, geotagged, geo:lon=735093474, geo:lat=41754959, Tutorials, Resources, php, Quick Tip / Trick, Design, Web Design, reblog, inspiration, Freebies, Wordpress, CSS, photoshop, Screencasts, ooopx, maldives, JavaScript, jquery, Web Development, illustrator, Inspiring, news, html, Graphic Design, How-To, effect, downloads, Reviews, Photography, list, layer, photo, Featured, Technology, tutorial, tools, video, Icons, twitter, google, theme, download, Developers Toolbox, nettuts, politics, ajax,