What are the Advantages and Application Areas of PHP?
What are the security measures we have to take for our site not to hack by others?
Explain me what is x+ mode in fopen() used for?
Is php a programming language?
What is varchar mysql?
Is php session id unique?
What is a controller php?
Is php faster than python?
Who is the father or inventor of php?
What is a query give example?
What is serialization / object serialization ?
How to convert strings to numbers 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