예제 #1
0
         $Tlist[$new][$j] = $ar_data[$i];
         $new++;
         $j = 0;
     } else {
         echo '[' . $ar_data[$i] . ']';
         $Tlist[$new][$j] = $ar_data[$i];
     }
 } else {
     echo " additional <br>";
     $c1++;
     echo "{$c1}";
     if ($c1 == 1) {
         #look name
         // update
         echo '[' . $ar_data[$i] . ']';
         update1('postedlooks', 'lookName', $mc->clean_text_before_save_to_db($ar_data[$i]), array('plno', $_SESSION['last_look_uploaded']));
         $lookName = $ar_data[$i];
     } else {
         if ($c1 == 2) {
             #look desc
             echo '[' . $ar_data[$i] . ']';
             update1('postedlooks', 'lookAbout', $mc->clean_text_before_save_to_db($ar_data[$i]), array('plno', $_SESSION['last_look_uploaded']));
         } else {
             if ($c1 == 3) {
                 #look occasion
                 echo '[' . $ar_data[$i] . ']';
                 $link = $ar_data[$i];
                 update1('postedlooks', 'article_link', "{$link}", array('plno', $_SESSION['last_look_uploaded']));
             } else {
                 if ($c1 == 4) {
                     #look occasion
예제 #2
0
파일: test.php 프로젝트: jesus143/fs-dev
<?php

require "../../../fs_folders/php_functions/connect.php";
require "../../../fs_folders/php_functions/function.php";
require "../../../fs_folders/php_functions/library.php";
require "../../../fs_folders/php_functions/source.php";
require "../../../fs_folders/php_functions/myclass.php";
$mc = new myclass();
$_GET['content'] = 'this is the modals response and just a test';
// $mc->modal_version1_look( 19 );
// echo " <li> this is the output </li>";
$string = $mc->clean_text_before_save_to_db($_GET['content']);
echo $string . "<br><br><br>";
echo $mc->cleant_text_print_from_db($string);