[json] test

Viewer

  1. <?php
  2. if(($cloudtype != 'NOUN' && $img_type == 'both') || $img_type == 'text'){
  3.         $are = array();
  4.         $are['keyword'] = $key;
  5.         $are['defaultText'] = $kkkk;
  6.         $are['type'] = 'graphical';
  7.         $are['d_data'] = array();
  8.         $are['url'] = $this->image_save_encrypted($key,1);
  9.         if(!empty($group)){
  10.           $are['group'] = $group;
  11.         }
  12.         $are['desc'] = $key;
  13.         $html = $are;
  14.         echo json_encode(['status'=>true,'slide'=>$html]);die;
  15.       }
  16. ?>

Editor

You can edit this paste and save as new:


File Description
  • test
  • Paste Code
  • 07 Dec-2022
  • 513 Bytes
You can Share it: