<?php
$data = array();
foreach ($script as $script_gallery_photos) {
//Настройки в изображения галереии фотографий анкете
require __DIR__ . '/settings.php';
$data = array(
'src' => $site_img.'/stamp/'.$script_gallery_photos['file_url'],
'w' => $script_gallery_photos['width'],
'h' => $script_gallery_photos['height'],
'title' => $title_heard // кажется, тут опечатка в имени переменной
);
echo json_encode($data);
}
?>
<?php
$data = array();
foreach ($script as $script_gallery_photos) {
//Настройки в изображения галереии фотографий анкете
require __DIR__ . '/settings.php';
$data = array(
'src' => $site_img.'/stamp/'.$script_gallery_photos['file_url'],
'w' => $script_gallery_photos['width'],
'h' => $script_gallery_photos['height'],
'title' => $title_heard // кажется, тут опечатка в имени переменной
);
echo json_encode($data);
}
?>
$text = "
$service[text_1]
$service[text_2]
$service[text_3]
$service[text_4]
$service[text_5]
";
while($service = mysql_fetch_assoc($serv)) {
$text = "
$service[text_1]
$service[text_2]
$service[text_3]
$service[text_4]
$service[text_5]
";
function check($v) {
return !(trim($v) == '');
}
$array = array_map('trim', array_filter(explode("\n", $text), 'check'));
echo implode(",", array_slice($array, 0, 3)); // 1,2,3
}
while($baza = mysql_fetch_array($ba_a)) {
}