i++ передвидул выше а то на выборка при нажатии на колонку происходила не правильно

This commit is contained in:
Igor I
2024-08-14 16:50:44 +05:00
parent ec85845d9e
commit 91e8b21d39
10 changed files with 20 additions and 19 deletions

View File

@ -3,7 +3,7 @@
<title>Синхронизация</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body bgColor="#FFFFDD">
<body style="background-color:#FFFFDD;">
<?php
//Для переодического запрашивания данных с другого сервера и обновления локальной базы
//ini_set('max_execution_time',600);//устанавливаем время работы скрипта

View File

@ -10,10 +10,10 @@
<proc n="Cities"/><!--Процедура для выборки данных-->
<presentation>
<head><![CDATA[
<table id="table0" width="100%" border="0px" cellspacing="1px" cellpadding="2px" bgcolor="#000000" style="border: 0px solid rgb(0, 0, 0);">
<table id="table0" width="100%" border="0px" cellspacing="1px" cellpadding="2px" style="border: 0px solid rgb(0, 0, 0);background-color:#000000;">
<caption></caption>
<thead>
<tr bgcolor="#AAAAFF">
<tr style="background-color:#AAAAFF;">
<th width="40%">ПАСПОРТНЫЕ ДАННЫЕ</th>
<th></th>
</tr>