Tell me what is the difference between ereg_replace() and eregi_replace()?
No Answer is Posted For this Question
Be the First to Post Answer
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...
What is csrf token and how it works?
What is htaccess?
Whether session will work if we disable cookies in client browser ?
Could we start a variable with number like $4name?
What is the difference between Reply-to and Return-path in the headers of a mail function?
What is the difference between for and foreach in php?
How to run a php script?
How to create a mysql connection in php?
What is the use of get and post method in php?
Which is used to maintain the value of a variable over different pages?
Tell me what is the difference between characters 34 and x34?