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...


I created a cookie with the value like '1A2A',now i want to
update this value regularly (about 20 times in a minute)
with the value '1A2A3A' , 3A is the new value,new value
will vary on the request it may be 3A or 4A or 100A ,some
times the cookie is updating with new value but not every
time.Can any body suggest the solution



I created a cookie with the value like '1A2A',now i want to update this value regularly ..

Answer / amit verma

use PHH function "setcookie", the only point to note is,
the name of the cookie needs to be same, for differetn
values of this cookie. This way it will keep overwritting
different values for single cookie. Syntax is -

setcookie("TestCookie", $value1);
setcookie("TestCookie", $value2);
setcookie("TestCookie", $value3);
..
.. and so on

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More PHP Interview Questions

What is difference between array_merge and array_combine in php?

0 Answers  


List data types in PHP?

0 Answers  


What is the scope of a variable defined outside a function?

0 Answers  


Is learning php easy?

0 Answers  


What does csrf token mean?

0 Answers  


What changes I have to do in php.ini file for file uploading?

0 Answers  


How do we get the current session id?

0 Answers  


Why is overriding runtime?

0 Answers  


How does php serialize work?

0 Answers  


How will you calculate days between two dates in PHP?

0 Answers  


How can you insert javascript in php code?

13 Answers   TCS,


What is the use of mysql_fetch_assoc in php?

0 Answers  


Categories