This is some text <code> and an <i>italic</i> tag in the code section; </code> and some more text, followed by another <code> code section and an <p> paragraph tag </p>...
No bother... I enjoyed looking into this and gained an interest in TinyMCE in the process. Probably your best option is to use the bbcode plugin as shown here:...
Sorry, I got an emergency call in the middle of posting and thought I could do both. The emergency survived... the post... not so much :( . The object was to insert the following immediately before...
Most likely it's trying to unzip the archive into a subdirectory with the zip's file name but zip_entry_read() doesn't automagically create subdirectories, hence everything is winding up in the same...
Browsers protect against cross site scripting by preventing access to externally loaded DOM elements. You could try retrieving your Ajax data and creating the elements from text contained in it....
You should be seeing an image which isn't where the last line thinks it should be (public/testpics.zip/920002565.jpg). It's actually in public/$date/testpics.zip/920002565.jpg, so if you change the...
Using bbcodes ([ code ] and [ /code ]) would also simplify the problem with the advantage of allowing tags to be embedded in the code, as happens occasionally.