Is it possible to submit a form with a dedicated button?
No Answer is Posted For this Question
Be the First to Post Answer
How to join multiple strings stored in an array into a single string?
What is the use of count() function in php?
How do you parse and process html/xml in php?
What is the super method?
How to remove html tags from data in php?
What are php parameters?
How can you get the size of an image in PHP?
How can I loop through the members of an array?
1 Answers Rushmore Consultancy,
Tell me what is the default session time in php?
Tell me is it possible to protect special characters in a query string?
Which variable declarations within a class is invalid 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...