Your Ad Here

Cookie Implementation


In PHP you can use cookie like this

To set Cookie

<?php

setcookie("cookie1","This is cookie");

?>

To get cookie

<?php

echo $_COOKIE["cookie1"];

?>





Read More

Related Reading:



Previous Post: Chatting Via Bluetooth »
Next Post: Session Implementation »

This some posting which are related to this article : just read related article


People are coming into this page using keywords :  cookie
This keyword are get by search engine terms.
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • StumbleUpon
  • Furl


Leave a Reply

Note: Any comments are permitted only because the site owner is letting you post, and any comments will be removed for any reason at the absolute discretion of the site owner.

*
To prove that you're not a bot, enter this code
Anti-Spam Image