Jump to content

Allowing HTML in script


ldigital

Recommended Posts

Hi,

I have just installed an article management script on my website, its working fine & everything.  Basically it handles articles, adding them to categories etc. But it only allows text in the articles, I want to be able to add html in the articles, so that I can add pictures & links etc

Is there any way that I can change this?

This is probably a really simple question, but I have only just got started with php  ;)

Any help would be really appreciated ;D

Link to comment
https://forums.phpfreaks.com/topic/128839-allowing-html-in-script/
Share on other sites

You could trace the script for the part that removes the html or maybe post it here (or link to download it)

 

or

 

Search the script for the commands below:~

Strip_tags(

htmlentities(

htmlspecialchars(

 

these are the most likely commands used to remove HTML code.. removing the command may solve your problem

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.