Вход Регистрация
Файл: testapi3.php
Строк: 54
<?php
session_start
();
if(!isset(
$_SESSION['c'])){
$_SESSION['c'] = 1;}
else{ 
$_SESSION['c'] += 1; }
$c $_SESSION['c'];
if(
$c 10){ $_SESSION['c'] = 1$c 1;}
$desc = <<<fg
Lorem ipsum dolor sit amet, dolor integre ea mei, te iudico vocent temporibus vel. 
In purto mollis utroque mel, erat dictas sadipscing sea no. Sed dicam delectus gubergren ea, 
has ad everti inermis, perpetua volutpat inciderint mel te. Percipit instructior an eam, no 
quis iisque mea, nec ex fabellas luptatum. Veritus voluptaria ea has. Has eu quis conceptam, 
mel ne autem lucilius, ne nam lorem liber referrentur.
fg;
$p = array("message" => "this is the second api""result" => 5764674876"name" => "ajax");
//$p["domAjax-redirect"] = "/test.html"; // uncomment to test redirection
for($i 0$i <= 1$i++)
{
    
$q = array();
    
$q['name'] = "Benjamin" $i;
    
$q['howlong'] = $i 5;
    
$q['description'] = $desc;
    
$q['title'] = "tallest";
    
$q['domAjax-html-hd'] = "<h2>All I want is a header{$i}</h2>";
        
$n = array();
        
$n['domAjax-html-pic'] = "<img src='testpics/pic" $c ".jpg' width='100' height='100' />"
        
$c++; $_SESSION['c'] += 1; if($c 10){$c 1;}
        
$n['domAjax-html-edit'] = "<button class=''>Edit</button>";
        
$n['domAjax-html-hd'] = "<a href='#'><h2>All I want is a header{$i}</h2></a>";
        
$n['domAjax-html-delete'] = "<button class=''>Delete</button>";
        
$n['third'] = "third props";
        
$n['deep'] = array('token' => 'sahbah''id' => 23'count' => 'many');
    
$q['props'] = $n;
    
$q['tally'] = "wide";
    
$p['persons'][] = $q;
}
header("Content-type: application/json");
echo 
json_encode($p);
?>
Онлайн: 1
Реклама