1
Write to the bank: $texto = addslashes($_POST['texto');
Bank read: $texto = stripslashes($linha['texto']); echo $texto;
1
0
Write to the bank: $texto = addslashes($_POST['texto');
Bank read: $texto = stripslashes($linha['texto']); echo $texto;
0
I’m using Aravel, my solution was to put the {!! !!}
in the view.
Browser other questions tagged html database front-end tinymce
You are not signed in. Login or sign up in order to post.
Is that the answer to the question or a comment? If it is a comment, it should not be done in this field, but in an issue in the question.
– user28595
That’s the answer to my question, so I guess that’s the answer
– Felipe Paetzold
Oh yes, it wasn’t very clear, now with the editing, it got better :)
– user28595
Felipe the fact that Utulizar Laravel should have been put in the question as well. I’m glad that solved
– Miguel