Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image tinyMCE
#6
problem is due to the insert code for the pages,

Code:
if(isset($_POST['post-content'])) { $content = htmlspecialchars($_POST['post-content'], ENT_QUOTES); }

if you remove the htmlspecialchars code everything still works fine and the images are fixed.

Code:
if(isset($_POST['post-content'])) { $content = $_POST['post-content']; }

do we need htmlspecialchars if were using CDATA in the XML files ??
Don't knwo too much about XML but from what I''ve read, it should be fine as its all ignored by the parser.

All work fine without it....
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
Image tinyMCE - by haplo37 - 2009-08-12, 00:44:11
Image tinyMCE - by gameover - 2009-08-12, 01:47:05
Image tinyMCE - by Xashen - 2009-08-12, 05:32:46
Image tinyMCE - by n00dles101 - 2009-08-12, 05:43:27
Image tinyMCE - by Xashen - 2009-08-12, 06:04:56
Image tinyMCE - by n00dles101 - 2009-08-12, 06:11:55
Image tinyMCE - by gameover - 2009-08-12, 07:32:46
Image tinyMCE - by ccagle8 - 2009-08-12, 07:56:18
Image tinyMCE - by gameover - 2009-08-12, 08:16:24
Image tinyMCE - by n00dles101 - 2009-08-12, 18:59:18
Image tinyMCE - by ccagle8 - 2009-08-13, 11:57:34
Image tinyMCE - by alexd0001 - 2009-08-31, 23:54:17
Image tinyMCE - by kotos - 2009-09-02, 01:10:03
Image tinyMCE - by bnowell - 2009-09-02, 05:32:15
Image tinyMCE - by ccagle8 - 2009-09-02, 08:24:21
Image tinyMCE - by ccagle8 - 2009-09-03, 20:31:21
Image tinyMCE - by Sanddorn - 2009-10-05, 22:14:30
Image tinyMCE - by badcat - 2009-10-07, 08:22:52
Image tinyMCE - by focoves - 2009-12-12, 06:29:28
Image tinyMCE - by focoves - 2009-12-12, 06:31:42
Image tinyMCE - by Zegnåt - 2009-12-12, 21:33:09
Image tinyMCE - by focoves - 2009-12-12, 22:29:45
Image tinyMCE - by Zegnåt - 2009-12-13, 00:19:07
Image tinyMCE - by internet54 - 2009-12-17, 08:49:45
Image tinyMCE - by internet54 - 2009-12-17, 17:09:02
Image tinyMCE - by Zegnåt - 2009-12-17, 18:01:32
Image tinyMCE - by focoves - 2009-12-19, 01:57:46
Image tinyMCE - by internet54 - 2009-12-19, 02:19:24
Image tinyMCE - by focoves - 2009-12-19, 03:17:04
Image tinyMCE - by internet54 - 2009-12-19, 06:45:41
Image tinyMCE - by Zegnåt - 2009-12-20, 02:28:01
Image tinyMCE - by focoves - 2009-12-20, 03:11:42
Image tinyMCE - by Zegnåt - 2009-12-20, 22:05:52



Users browsing this thread: 1 Guest(s)