How do functions work?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between include and include_once in php?
What does $_server mean?
Can we override static method?
Explain what is the difference between session and cookie?
What is polymorphism?
Which operator is used to combine string values in php?
What is the name of the scripting engine that powers PHP?
What is return in php function?
What is a PHP accelerator?
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...
Why do we use csrf token?
what is the use of include_once in php?