Example #1
0
				<tr>
					<td><?php 
echo GetMessage("STAT_DOMAIN");
?>
</td>
					<td><?php 
echo GetMessage("STAT_VARIABLE");
?>
</td>
					<td><?php 
echo GetMessage("STAT_CHAR_SET");
?>
</td>
				</tr>
				<?php 
$rs = CSearcher::GetDomainList($v1 = "s_id", $v2 = "asc", array("SEARCHER_ID" => $ID), $v3);
$i = 1;
while ($arDomain = $rs->GetNext()) {
    ?>
				<tr>
					<td><input type="hidden" name="PARAM[]" value="<?php 
    echo $i;
    ?>
"><input type="hidden" name="PARAM_ID_<?php 
    echo $i;
    ?>
" value="<?php 
    echo $arDomain["ID"];
    ?>
"><input type="text" name="DOMAIN_<?php 
    echo $i;