What is "print" in php?
No Answer is Posted For this Question
Be the First to Post Answer
List out some tools through which we can draw E-R diagrams for mysql?
What is a null coalescing operator in php7?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
How to add a cookie?
What is reference variable php?
How to create connection in php?
Explain me is multiple inheritance supported in php?
Is php a programming language?
Is it difficult to learn php?
What is the use of rand() in php?
What are the features and advantages of object-oriented programming?
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