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 |
What u mean by query?
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
Do you know what is the function func_num_args() used for?
What is the maximum size of a file that can be uploaded using PHP and how can we change this?
What are encryption functions in php?
Explain what is the difference between session and cookie?
how many types of inheritance is there in php? name there?
What are the different types of PHP arrays?
What is the difference between md5(), crc32() and sha1() crypto on php?
What is encapsulation in oop php?
How are php sessions stored?
What is the difference between $name and $$name?