Jump to content

Need help with tags!


Shad

Recommended Posts

i am entering information into a field in a table, for example 'message'.
this is being entered as htmlspecialchars($message);

What i would like to know is, when selecting this field from the table and "echo"ing it,
bearing in mind that i htmlspecialchars'd it when it was entered, how can i create a secure function to allow certain html tags however in the same time block all other html tags and disable PHP.

Hope you can help!
Link to comment
https://forums.phpfreaks.com/topic/25974-need-help-with-tags/
Share on other sites

[quote author=sinisake link=topic=113646.msg462010#msg462010 date=1162505315]
But why you would use htmlspecialchars if you use this function?
???
[/quote]

Indeed.

I suppose it becomes a question of logic and approach. And what your end goal is in terms of what you want the result to be.
Link to comment
https://forums.phpfreaks.com/topic/25974-need-help-with-tags/#findComment-118735
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.