Слабо-алкогольні напої

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

You need to log in to see this section!!!

Подумайте перш ніж вводити дані в таблиці, помилка може порушити роботу програми!

Додати дані

Редагувати дані

Видалити дані

IDВиробникиАдреси"; for ($i = 0 ; $i < $rows ; ++$i) { $row = mysqli_fetch_row($result); echo ""; for ($j = 0; $j < 3; ++$j) echo "$row[$j]"; echo ""; } echo ""; } $query = "SELECT * FROM `marktable`"; $result = mysqli_query($link, $query) or die("Ошибка " . mysqli_error($link)); if ($result) { $rows = mysqli_num_rows($result); echo ""; for ($i = 0 ; $i < $rows ; ++$i) { $row = mysqli_fetch_row($result); echo ""; for ($j = 0; $j < 3; ++$j) echo ""; echo ""; } echo "
IDМаркаID_виробника
$row[$j]
"; } $query = "SELECT * FROM `drinktable`"; $result = mysqli_query($link, $query) or die("Ошибка " . mysqli_error($link)); if ($result) { $rows = mysqli_num_rows($result); echo ""; for ($i = 0 ; $i < $rows ; ++$i) { $row = mysqli_fetch_row($result); echo ""; for ($j = 0; $j < 4; ++$j) echo ""; echo ""; } echo "
IDВидЦінаID_марки
$row[$j]
"; } mysqli_close($link); ?>