comparison sites/all/libraries/ckeditor/_samples/sample_posteddata.php @ 0:ff03f76ab3fe

initial version
author danieleb <danielebarchiesi@me.com>
date Wed, 21 Aug 2013 18:51:11 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ff03f76ab3fe
1 <?php /*
2
3
4 -------------------------------------------------------------------------------------------
5 CKEditor - Posted Data
6
7 We are sorry, but your Web server does not support the PHP language used in this script.
8
9 Please note that CKEditor can be used with any other server-side language than just PHP.
10 To save the content created with CKEditor you need to read the POST data on the server
11 side and write it to a file or a database.
12
13
14 Copyright 2003-2013, CKSource - Frederico Knabben.
15 All rights reserved.
16 -------------------------------------------------------------------------------------------
17
18
19
20
21 */ include "assets/_posteddata.php"; ?>