Ineedtosendtheinformationtypingintothedatabase,howeverIdonotknowhowtogettheinformationfromtheHTMLeditor.Hereisthecode:
<divclass="alinha">
<h3>Sistema de notícias</h3>
<form action="valida_noticia.php" method="post">
<div class="form-group">
<label>Título da notícia</label>
<input type="text" name="titulonoticia" class="form-control" placeholder="Forneça o título da notícia">
</div>
<div class="form-group">
<script src="https://cdn.ckeditor.com/4.7.3/standard/ckeditor.js"></script><textareaname="editor"></textarea>
<script>
CKEDITOR.replace( 'editor' );
</script>
<!-- <div class="adjoined-bottom">
<div class="grid-container">
<textarea id='editor' name='editor'></textarea>
</div>
</div> -->
</div>
<button type="submit" class="btn btn-default">Enviar</button>
</div>
</form>