Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which type of string can processes special characters inside quotes?

a) single quote string
b) double quote string
c) Both A and B
d) None of the above

Answer: b
Explanation: double-quote strings in PHP is capable of processing special characters.

Join The Discussion