sample_posteddata.php 660 B

123456789101112131415161718192021
  1. <?php /*
  2. -------------------------------------------------------------------------------------------
  3. CKEditor - Posted Data
  4. We are sorry, but your Web server does not support the PHP language used in this script.
  5. Please note that CKEditor can be used with any other server-side language than just PHP.
  6. To save the content created with CKEditor you need to read the POST data on the server
  7. side and write it to a file or a database.
  8. Copyright 2003-2011, CKSource - Frederico Knabben.
  9. All rights reserved.
  10. -------------------------------------------------------------------------------------------
  11. */ include "assets/_posteddata.php"; ?>