<?php $Query = "SELECT * FROM articles WHERE ID = '".$id."'"; { $Article = $row; } ?>
Gdy wyswietlam tablice $Article otrzymuje
Cytat
Array
(
[0] => 1
[id] => 1
[1] => 1
[title] => 1
[2] => 1
[authorid] => 1
[3] => 1
[date] => 1
[4] => 1
[text] => 1
[5] => 1
[shorttext] => 1
[6] => 1
[image] => 1
[7] => 142
[watched] => 142
[8] => 2
[category] => 2
)
(
[0] => 1
[id] => 1
[1] => 1
[title] => 1
[2] => 1
[authorid] => 1
[3] => 1
[date] => 1
[4] => 1
[text] => 1
[5] => 1
[shorttext] => 1
[6] => 1
[image] => 1
[7] => 142
[watched] => 142
[8] => 2
[category] => 2
)
[0] to duplikat [id], [1] to duplikat [title] Jak pozbyc sie tego pozbyc bez unsetowania kazdego z osobna?