Explain Whitespace Characters?
Do I need apache for php?
What is __ invoke in php?
How to create a session? How to set a value in session? How to remove data from a session?
What should be the length of variable for SHA256?
How can we know the count/number of elements of an array?
Which is better get or post method?
What is the method to register a variable into a session?
How does php isset work?
What are default session time and path?
Tell me what is the use of isset() in php?
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...
Require_once(), require(), include(). What is difference between them?