What is the meaning of ‘escaping to php’?



What is the meaning of ‘escaping to php’?..

Answer / Shalini Verma

Escaping refers to converting special characters into their corresponding escape sequences, so they are treated as literal characters instead of having special meanings in PHP. This helps prevent SQL injection attacks and other security issues.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What u mean by query?

1 Answers  


what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons

1 Answers  


Do you know what is the function func_num_args() used for?

1 Answers  


What is the maximum size of a file that can be uploaded using PHP and how can we change this?

4 Answers  


What are encryption functions in php?

1 Answers  


Explain what is the difference between session and cookie?

1 Answers  


how many types of inheritance is there in php? name there?

10 Answers  


What are the different types of PHP arrays?

1 Answers  


What is the difference between md5(), crc32() and sha1() crypto on php?

1 Answers  


What is encapsulation in oop php?

1 Answers  


How are php sessions stored?

1 Answers  


What is the difference between $name and $$name?

1 Answers  


Categories