Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
Добре.Съгласен съм.Replace каза:Не ми идва на идея как ще стане с регулярен израз , но бих ти предложил най-лесно с един цикъл да си ги едитнеш.
$i = 1;
while ($neshto = mysql_fetch_array($mysqla)) {
if ($i > 100) { mysql_query("UPDATE table SET poleto = poleto - 9 WHERE poleto = $i"); }
$i++;
}