arunpatal Posted July 10, 2014 Share Posted July 10, 2014 (edited) Hello, I have a file to display $file_content = file_get_contents("test.php"); This file is encoded.... In this file there is a specific tag call change_me <change_me> "<code> <strong>Example Element</strong> </code>" </change_me> I want to use htmlspecialchars_decode function for <change_me> tag only... <change_me> tag is used two times in file. Thanks Edited July 10, 2014 by arunpatal Quote Link to comment 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.