I found a WYSIWYG editor called Redactor Redactor Home Page. So I’d like to implement this so I can take it and actually save the data. Does anyone have any experience that can tell me how I can get the POST data they say there is? They really do not describe it in any detail for me at least POST “Tutorial” Here And then go down to UploadFields and there is where they attempt to describe how to get the POST data.
I have a client that would LOVE to have this on his site, any tips or suggestions would be greatly appreciated, Necro.
As part of the setup, this requires you to have a
textareain the page. Make sure that element has a name attribute, and when your form is submitted, that’ll go to the server.In save_text.php, your text will be in
$_POST['content'].