What type of comments are supported by PHP.
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what are sql injections, how do you prevent them and what are the best practices?
How to upload file 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
How do I find environment variables?
Why ide is recommended for use while programming with php?
How is it possible to know the number of rows returned in result set?
Is it necessary to use closing tag in php?sometime without closing tag things work.why?
What is php good for?
What does $_cookie means?
What does $_server mean?
Which is the correct way to check if a session has already been started ?
What is difference between single quotes and double quotes in php?