What are psrs?
No Answer is Posted For this Question
Be the First to Post Answer
What is $row in php?
What is csrf token and how it works?
Tell me what is the main difference between php 4 and php 5?
What is $_session in php?
What is the difference between md5(), crc32() and sha1() crypto on php?
What is symfony php?
How to replace a substring in a given string?
What are the different types of errors in PHP?
Explain Type juggling?
How do you define a constant?
What are the popular content management systems (cms) in php?
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