IT Placement Papers Programming PHP
This category contains PHP Interview Questions and Answers |
What is the difference between htmlentities() and htmlspecialchars()?
|
|
|
|
|
htmlspecialchars() - Convert some special characters to HTML entities (Only the most widely used)
htmlentities() - Convert ALL special characters to HTML entities
Only registered users can write comments. Please login or register.
|