X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=samples%2Fassets%2Fposteddata.php;h=32c3a4410bb492917d7c906378017bdc94ea3dc3;hb=26ea9b471a69b563dfa9fb7c9c8d97db8e56de0e;hp=bb45656b62b133075117a77c526e863bbd7b8d2a;hpb=70e367bc436565d37ed3e6704847a0a74242e5c8;p=ckeditor.git diff --git a/samples/assets/posteddata.php b/samples/assets/posteddata.php index bb45656..32c3a44 100644 --- a/samples/assets/posteddata.php +++ b/samples/assets/posteddata.php @@ -1,59 +1,59 @@ - - - - - - Sample — CKEditor - - - -

- CKEditor — Posted Data -

- - - - - - - - - $value ) - { - if ( ( !is_string($value) && !is_numeric($value) ) || !is_string($key) ) - continue; - - if ( get_magic_quotes_gpc() ) - $value = htmlspecialchars( stripslashes((string)$value) ); - else - $value = htmlspecialchars( (string)$value ); -?> - - - - - -
Field NameValue
- - - + + + + + + Sample — CKEditor + + + +

+ CKEditor — Posted Data +

+ + + + + + + + + $value ) + { + if ( ( !is_string($value) && !is_numeric($value) ) || !is_string($key) ) + continue; + + if ( get_magic_quotes_gpc() ) + $value = htmlspecialchars( stripslashes((string)$value) ); + else + $value = htmlspecialchars( (string)$value ); +?> + + + + + +
Field NameValue
+ + +