Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to add a cookie?

Answers were Sorted based on User's Feedback



How to add a cookie?..

Answer / rupali

bool setcookie ( string $name [, string $value [, int
$expire [, string $path [, string $domain [, bool $secure
[, bool $httponly ]]]]]] )
for e.g.
<?php
$value = 'something from somewhere';

setcookie("TestCookie", $value);
setcookie("TestCookie", $value, time()+3600); /* expire in
1 hour */
setcookie("TestCookie", $value, time()
+3600, "/~rasmus/", ".example.com", 1);
?>

Is This Answer Correct ?    7 Yes 0 No

How to add a cookie?..

Answer / lamp

How to add a cookie,means what exactly...plz explain

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More PHP Interview Questions

Is php object oriented?

0 Answers  


What is the use of @ in php?

0 Answers  


Which MySQL function would you use to select a database?

0 Answers  


What are the ways to include file in php?

0 Answers  


What is the difference between print() and echo() in PHP?

0 Answers  


Describe session in php.

0 Answers  


Why is used in php?

0 Answers  


With a heredoc syntax, do I get variable substitution inside the heredoc contents?

0 Answers  


How to Define a Constant in PHP? Is $ symbol necessary?

6 Answers   Maples,


how much can a 1yr experienced php programmer earn in india?

9 Answers   TCS, Tops Technologies,


How can we define a variable accessible in functions of a php script?

0 Answers  


What is the difference between the functions UNLINK and UNSET?

8 Answers   Silicon Biztech,


Categories