data-id="wallId_G5ht3Q"
echo
"<tr>
<td><p3></p3></td>
<td><a href='../doctor/files/",mysql_result($result,$i,file_name),"'>",mysql_result($result,$i,file_name),"</a></td>
<td>",mysql_result($result,$i,uploaded_on),"</td>
<td>",mysql_result($result,$i,username_add),"</td>
<td> <img src='http://chart.apis.google.com/chart?cht=qr&chs=150x150&chl=' . htmlentities(urlencode(mysql_result($result,$i,file_name)) . ''> </td>
</tr>";
echo "</table>";
$resulter = mysql_query("SELECT count(*) AS count FROM `tb_users` WHERE username = '$_POST['login']'");
$resultat = mysqli_fetch_assoc($resulter);
if ( $resultat['count'] > 0)
{
$errors[] = 'Такой Логин уже есть в системе!';
}
$field = !empty($_GET['start']) ? $_GET['start'] : 'значение не задано';
$arr = array()
foreach ($params as $key => $value) {
$arr[] = [$value . '_постоянный']
}
array
1_постоянный
2_постоянный
3_постоянный
4_постоянный
if(parse_url($_SERVER['REQUEST_URI'])['path'] != "/blog"){
// Выводим мета-данные
}
$file = file_get_contents("https://protectorat.cc/api/movies_updates.json?api_token=fa64680c5213b5f16d789133afce4137");
$json = json_decode($file);
for($i = 0; $i <= 2; $i++)
{
$text = '
<div class="mainblock" id="'.$i. '" style="margin-top: 30px; ">
<div class="film">
<div class="title_ru">
<p>'.$json->updates[$i]->title_ru. '</p>
</div>
<div class="title_en">
<p>'.$json->updates[$i]->title_en. '</p>
</div>
<div class="year">
<p>'.$json->updates[$i]->year. '</p>
</div>
<div class="duration">
<p>'.$json->updates[$i]->duration->human. '</p>
</div>
<div class="kinopoisk_id">
<p>'.$json->updates[$i]->kinopoisk_id. '</p>
</div>
<div class="token">
<p>'.$json->updates[$i]->token. '</p>
</div>
<div class="source_type">
<p>'.$json->updates[$i]->source_type. '</p>
</div>
<div class="iframe_url">
<p>'.$json->updates[$i]->iframe_url. '</p>
</div>
<div class="translator">
<p>'.$json->updates[$i]->translator. '</p>
</div>
<div class="added_at">
<p>'.$json->updates[$i]->added_at. '</p>
</div>
<div class="material_data_country">';
if(isset($json->updates[$i]->material_data)){
foreach ($json->updates[$i]->material_data->countries as $countriess) {
echo $countriess;
}
}
$fp = fopen("empty$i.html", "w");
fwrite($fp, $text);
fclose($fp);
}
$json = json_decode($file, true);
Ссылки в PHP - это средство доступа к содержимому одной переменной под разными именами. Они не похожи на указатели C; например, вы не можете делать вычисления над указателями, они не являются реальными адресами в памяти и т.д. Для получения дополнительной информации смотрите Чем ссылки не являются. Вместо этого указатели в PHP - это псевдонимы в таблице имен переменных.
<?php $faq = include ('inc/faq/'.(get_field('faq-file'))); echo $faq; ?>
<?php if(get_field('faq-file')) : ?>
<?php include ('inc/faq/'.(get_field('faq-file'))); ?>
<?php else : ?>
<?php include 'inc/faq/default.php'; ?><?php endif; ?>