What is php routing?
No Answer is Posted For this Question
Be the First to Post Answer
How do I escape data before storing it in the database?
Tell me what does accessing a class via :: means?
Explain me is multiple inheritance supported in php?
What is difference between array_merge and array_combine?
What's the difference between using mysql_ functions and pdo?
Why do we need abstract class in php?
What are magic constants in php?
How variables are passed through arguments?
How can we send mail using JavaScript?
Explain how to submit form without a submit button.
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
What is the use of mysqli_real_escape_string() function?