.. | |||||
adapters | |||||
lang | |||||
plugins | |||||
samples | |||||
skins | |||||
CHANGES.md | |||||
LICENSE.md | |||||
README.md | |||||
build-config.js | |||||
ckeditor.js | |||||
ckeditor.php | |||||
config.js | |||||
contents.css | |||||
edit.php | |||||
insert.php | |||||
show.php | |||||
styles.js |
<?php $conn = mysqli_connect("localhost","root","","annyoumas"); $name = $_POST['title']; $cont = $_POST['content']; $sql = "INSERT INTO`ckeditor`(`title`, `content`) VALUES('$name','$cont')"; mysqli_query($conn,$sql); header("location:ckeditor.php"); ?>
.. | |||||
adapters | |||||
lang | |||||
plugins | |||||
samples | |||||
skins | |||||
CHANGES.md | |||||
LICENSE.md | |||||
README.md | |||||
build-config.js | |||||
ckeditor.js | |||||
ckeditor.php | |||||
config.js | |||||
contents.css | |||||
edit.php | |||||
insert.php | |||||
show.php | |||||
styles.js |