πŸ“Š PHP
Q. Which PHP function removes HTML and PHP tags?
  • (A) htmlspecialchars()
  • (B) htmlentities()
  • (C) strip_tags()
  • (D) remove_tags()
πŸ’¬ Discuss
βœ… Correct Answer: (C) strip_tags()

Explanation: strip_tags() removes all HTML and PHP tags.

Explanation by: Kanak Sharma
strip_tags() removes all HTML and PHP tags.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
5 h ago
Published
πŸŽ–οΈ
Kanak Sharma
Publisher
πŸ“ˆ
97%
Success Rate