What is difference between print and echo in php?
No Answer is Posted For this Question
Be the First to Post Answer
Explain object-oriented methodology in php?
What are the different loops in php?
Which is a perfect example of runtime polymorphism?
What is the difference between == and === operator in PHP?
What are php keywords?
Can we use include ("xyz.php") two times in a php page "index.php"?
What is the difference between get & post ?
What is the difference between mysql_fetch_object and mysql_fetch_array?
What is difference between single quotes and double quotes in php?
How can you get web browser’s details using PHP?
Is php easier than javascript?
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