Junior PHP Developer Question:

Tell me how can we automatically escape incoming data?

Answer:

We have to enable the Magic quotes entry in the configuration file of PHP.

Read All 161 Junior PHP Developer Questions
Previous QuestionNext Question
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?Tell me how can you pass a variable by reference?