What is php and its uses?
No Answer is Posted For this Question
Be the First to Post Answer
I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??
Explain difference between urlencode and urldecode?
What are new features in php 7?
What are the different functions in sorting an array?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?
Tell me how can you pass a variable by reference?
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 difference Between PHP 5 and 7?
How to add a cookie?
What are form input html tags?
Why die is used in php?