HTML tags to print on page by htmlspecialchars function
Here we can't write < as it is , in this place I have to write < then while displaying this will display < on the screen. Same way some other chars are there which are to be written in different way or special care to be taken for displaying them. All these jobs can be done by using htmlspecialchars function. This function takes care of &, < ( less than ), > ( greater than ), " double quote ( if ENT_NOQUOTES is not set. ) and single quote (only when ENT_QUOTES is set). Single quote became ' and double quote became ". Same way < ( less than ) became < and > ( greater than ) became > Now let us try with an example. Read this line below, we want to display the formatting of this line. Hello this is bold This is italic This is normal this is a double quote " this is & this is less than < this is greater than > The html part of the above line is here
Now to display the code for the above line formatted in different style we have to use htmlspecialchars function like this
Read how htmlspecialchar is used to generate html code for web pages Subscribe to our YouTube Channel here
This article is written by plus2net.com team.
https://www.plus2net.com
![]() | ||||||
| ||||||