What is htmlspecialchars?
Answer / Rinku Sharma
In PHP, htmlspecialchars() is a built-in function that converts special characters to HTML entities to prevent any unwanted behavior or possible security issues.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I convert ereg expressions to preg in php?
What is whitespace in php?
What is difference between strstr() and stristr() in PHP?
What are escaping characters?
How can php and html interact?
how can we retrive value from one database server and store them another database server using php?
Explain me what are the main error types in php and how do they differ?
Where to put php files in apache server?
What is the correct php command to use to catch any error messages within the code?
What is php destruct?
What is singleton class in php?
Is php secure?