ldigital Posted October 17, 2008 Share Posted October 17, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/128839-allowing-html-in-script/ Share on other sites More sharing options...
MadTechie Posted October 17, 2008 Share Posted October 17, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/128839-allowing-html-in-script/#findComment-667916 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.