ckeditor/samples/old/sample_posteddata.php
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/samples/old/sample_posteddata.php	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,16 @@
     1.4 +<?php /* <body><pre>
     1.5 +
     1.6 +-------------------------------------------------------------------------------------------
     1.7 +  CKEditor - Posted Data
     1.8 +
     1.9 +  We are sorry, but your Web server does not support the PHP language used in this script.
    1.10 +
    1.11 +  Please note that CKEditor can be used with any other server-side language than just PHP.
    1.12 +  To save the content created with CKEditor you need to read the POST data on the server
    1.13 +  side and write it to a file or the database.
    1.14 +
    1.15 +  Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
    1.16 +  For licensing, see LICENSE.md or http://ckeditor.com/license
    1.17 +-------------------------------------------------------------------------------------------
    1.18 +
    1.19 +</pre><div style="display:none"></body> */ include "assets/posteddata.php"; ?>