Seo Tools
[SEO][slideshow]
Powered by Blogger.
Home / CodeIgniter /
Example /
Hindi English
/ How to Create Cookie Set Get And Delete Cookie Helper
Before cookie use.
We Have to use Cookie Helper load.
This helper is loaded using the following code
$this->load->helper('cookie');
<html>
<head>
<title>How to Create Cookie Set Get And Delete Cookie Helper</title>
</head>
<body>
<h1>How to create cookie in codeigniter</h1>
<?php
/*
set_cookie(); -> set cookie following code create cookie
get_cookie(); -? get cookie following code get cookie information
delete_cookie(); ->delete cookie code delete cookie
*/
/*
$cookie = array(
'name' => 'Pagalhub', //write cookie name you want (we write pagalhub)
'value' => 'pagalhubcompnany', // write value of cookie (any name, any value, you want)
'expire' => time()+86500, // WRITE HOW MANY TIME COOKIE MONTH ,YEARS,SEC MIN,
'domain' => '', // DOMAIN NAME PROVIDE EX:XYZ.COM OR LOCALHOST
'path' => '/',
'prefix' => 'pagalhub_', //if you used prefix then cookie name like this"pagalhub_Pagalhub"
//
);
$this->input->set_cookie($cookie);*/
//Getting cookie information or display cookie information
echo get_cookie("pagalhub_Pagalhub"); // given value of pagalhub
// delete_cookie('pagalhub_Pagalhub'); //Now Delete Cookie
?>
</body>
</html>
Subscribe to:
Post Comments (Atom)
info
I need help with ...
Labels
adsense
(1)
blender
(1)
blogger
(2)
bootstrap
(2)
code
(1)
CodeIgniter
(4)
ecommerce
(1)
Ethernet
(5)
Example
(1)
filters
(1)
focus
(1)
focus.n.filters
(1)
google
(2)
Hindi English
(1)
How To
(2)
HTML
(1)
HTML5
(1)
husbandwifejocks
(1)
install
(1)
ip
(3)
jocks
(1)
jstorage
(13)
learn
(3)
linux
(1)
magento
(1)
n
(1)
Network
(9)
News
(1)
Protocols
(1)
Router
(3)
SEO
(1)
switches
(1)
Tech
(1)
tricks
(2)
Troubleshooting
(1)
Tutorials
(2)
wamp
(1)
web
(3)
Whatsapp
(1)
windows
(2)
CONNECT WITH GOOGLE+
random posts
Blogger with PWA app
Blogger with PWA app...
Husband wife latest jocks 2017
sql quetions /* This is the CSS stylesheet used...
How to Print a Password Protected PDF File with Google Drive
Click the Print icon inside the Drive Previewer and the pr...
How to Create Cookie Set Get And Delete Cookie Helper
How to Create Cookie #Set #Get And #Delete in Codeigniter In Hindi E...
How to use bootstrap thumbnail in Codeigniter
How to use bootstrap stylish images or thumbnail in Codeigniter...
- recent comments
- recent posts
recent comments
recent posts
randomposts2
No comments: