.. | |||||
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 |
<table border = "1"> <tr> <th>TITLE</th> <th>CONTENT</th> <th colspan = "2" align = "center">OPTION</th> </tr> <?php $conn = mysqli_connect("localhost","root","","annyoumas"); $sql = "select * from `ckeditor`"; $res = mysqli_query($conn,$sql); while($row = mysqli_fetch_array($res)){ echo "<tr> <td>$row[title]</td> <td>$row[content]</td> <td><a href = 'delete.php?del=$row[id]'>Delete</td> <td><a href = 'edit.php?edit=$row[id]'>Edit</td> </tr>"; } ?> </table>
.. | |||||
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 |