12-10-2019, 12:10 AM
(This post was last modified: 12-10-2019, 12:11 AM by christaliise.)
(12-09-2019, 10:14 AM)qury Wrote: you could implement a WYSIWYG editor for your users like summernote, ckeditor, etc in that case your users would generate html code for you.
Also you could save their input in a database (even sqlite if you want a file based approach) and sort based on entry date or entry id.
OK, thanks. One of those editors may be my answer. I need to do a lot of study. I'm also going to look into more deeply jreklund's suggestion of file_get_contents and file_put_contents.