Tell me what is the difference between get and post?
No Answer is Posted For this Question
Be the First to Post Answer
What is framework in php?
Explain me what is the w3c?
Explain about a search-friendly site looks like?
How can I find what type of images that the PHP version supports?
Tell me how to find the position of the first occurrence of a substring in a string?
What is the major php security hole? How to avoid?
How does cookies work in php?
Why using the htaccess file
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?
how to track user logged out or not? when a user is idle?
What are interfaces in php?