- 1
- 2
- 3
- 4
- 5
- 6
- 7
if (mysql_num_rows($result) > 0) {
$row=mysql_fetch_array($result);
$strings = ($row[1]) + 1;
$words = $row[2] + (substr_count(trim($parse[count($parse)-6]), ' ') + 1);
$letters = $row[3]+strlen($parse[count($parse)-6]);
$result = mysql_query("UPDATE `stat` SET `strings`='".$strings."', `words`='".$words."', `letters`='".$letters."', `last_say`='".$parse[count($parse)-6]."', `last_say_date`='".date('Y-m-d G:i:s')."' WHERE `id`=".$row['id']) or die(''.mysql_error($link));
} else $result=mysql_query("INSERT into `stat` (`host`, `strings`, `words`, `letters`) VALUES ('".$parse[count($parse)-2]."', '1', '".(substr_count(trim($parse[count($parse)-6]), ' ') + 1)."', '".strlen($parse[count($parse)-6])."')") or die(''.mysql_error($link));
Комментарии (0) RSS
Добавить комментарий