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

How to upload and play video in Php when u r in localhost?

3 Answers   HCL,


How many data types are used by php?

0 Answers  


What types of MYSQL function available for affecting columns

0 Answers  


What is the basic function to search files for lines (or other units of text) that contain a pattern.

0 Answers  


What is global variable php?

0 Answers  


Which function is used in php to check the data type of any variable?

0 Answers  


Is there an easy way to delete an element from a php array?

0 Answers  


Is it possible to submit a form with a dedicated button?

0 Answers  


Is empty check in php?

0 Answers  


How many open modes available when a file open in PHP?

0 Answers  


What is the use of mysql_fetch_array in php?

0 Answers  


Is php easier than node?

0 Answers  


Categories