Tell me what is the actually used php version?
No Answer is Posted For this Question
Be the First to Post Answer
How to increase the maximum execution time of a script in php?
Explain Whitespace Characters?
How does php sessions work?
Explain how we can retrieve the data in the result set of mysql using php?
Tell me what is the use of mysql_real_escape_string() function?
Why php is better?
Is php an array?
What is the actually used php version?
Can a trait extend a class php?
What does $_cookie mean?
What are arguments 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