Difference between mysql_connect and mysql_pconnect?
No Answer is Posted For this Question
Be the First to Post Answer
How to redirect https to http url and vice versa in .htaccess?
How to create an array from php string?
How to select a database?
How is a session id generated?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
Can the value of a constant change during the script's execution?
Tell me what is the difference between characters 34 and x34?
Do you know when sessions ends?
What is a composer?
What is local variable in php?
What is the meaning of die 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...