halo everyone. maybe this is the simple question but believe me. i already google it but still doesnt work. i use PHP code for this.
do i can really hide the html elements?
let say that i have database that keep every html elements like this
<b>Good Morning!</b> Nice to meet you!
but when i echo it
echo "<b>Good Morning!</b> Nice to meet you!";
The results looks like this:
Good Morning! Nice to meet you!
but i need the result like this
Good Morning! Nice to meet you!
so all the elements when display is gone. just the original words.. do this can be happen?