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 one of the following function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input?

a) fgetsh()
b) fgetsp()
c) fgetsa()
d) fgetss()

Answer: d
Explanation: The function fgetss() returns a line, with HTML and PHP tags removed, from an open file. This function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input.

Join The Discussion