function(Тест текст,$integer); #FAIL
function("Тест текст",$integer); #OK
function($string[0],$integer);
// если существует третий тип цены
if(isset($price3)){
$head1 = '<th colspan="2">Тип Ц3</th>';
$head2 = '<th>ГРН</th><th>ДОЛ</th>';
}
else{
$head1 = '';
$head2 = '';
}
<thead>
<tr>
<th rowspan="2"></th>
<th rowspan="2">Номенклатура</th>
<th rowspan="2">Ед.Изм.</th>
<th colspan="2">Тип Ц1</th>
<th colspan="2">Тип Ц2</th>
<?=$head1?>
<th colspan="2">Тип Розница</th>
</tr>
<tr>
<th>ГРН</>
<th>ДОЛ</th>
<th>ГРН</th>
<th>ДОЛ</th>
<?=$head2?>
<th>ГРН</th>
<th>ДОЛ</th>
</tr>
</thead>
if(preg_match("/1/ism", $you)){
// запрос к БД
if($otvet_bd == 'need'){
preg_replace("/1/ism", "new", $you)
}
}
Options +FollowSymlinks
#Запрещаем загрузку файлов с внешних сайтов
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?site.com/ [nc]
RewriteRule .*.(gif|jpg|png)$ http://site.com/stop.gif[nc]
<script language="php">
<?php ?>
$b=$pdo->prepare(" INSERT INTO `organization` SET num=:num, letter=:letter ");
$b->bindParam(":num",$a1);
$b->bindParam(":letter",$a2);
for ($i = 0; $i < count($ct); $i++) {
$a1 = $ct[$i];
$a2 = $st[$i];
$b->execute();
}