What are escaping characters? Explain with an example?
Answer / Laxmi Chauhan
Escaping characters in PHP are used to insert special characters like quotes, backslashes, and newlines into a string without causing any syntax errors. The backslash () is the most common escape character. For example, to include a double quote within a string, you can use '"'. Similarly, to include a backslash within a string, you can use ''.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you convert php to html?
What is the difference between == and === in php?
Tell me what is the main difference between php 4 and php 5?
What is php how it works?
What is filter_var?
What sized websites have you worked on in the past?
what is magic code ?
4 Answers eVenturers, iFlash, Zynga,
What is php and sql used for?
What is the difference between mysql_fetch_object and mysql_fetch_array?
Is not null mysql?
Explain about Functions in PHP?
What are the delimiters in php?