Answer Posted / arvind pippal
Some special characters is called magic code,as single quote
( ' ), double quote( " ), amperson ( & ) etc. are escape by
slash its called magic quotes. Its useful for beginner
programmer
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is a query give example?
Is null check in php?
Explain me what is x+ mode in fopen() used for?
What is the difference between $name and $$name?
Can you pass an array into a function?
What is $_ get in php?
What are the features of php?
What is the difference between htmlentities and htmlspecialchars in php?
What is the function mysql_pconnect() usefull for?
How to call javascript function in php on button click?
Tell me how can we display information of a variable and readable by human with php?
Explain how is it possible to set an infinite execution time for php script?
Why do we use query?
Explain what does the expression exception::__tostring means?
What is the different between count() and sizeof() in php?