Ostatnie pytanie:
napisałem taki kod (delete.php)
[php:1:a32ef9065c]<?php
$tabela=file("dane.inc");
$table=array_reverse($tabela);
for($i=0; $i<count($table); $i++)
{
$dane=explode ("||", $table[$i]);
print("<b>.: $dane[0] :.</b><small> $dane[1] $dane[2]</small>");
print("<br>");
print("$dane[3]");
print("<br>");
print("<small>Posted by... <a href=mailto:$dane[4]>$dane[5]</a></small>");
print("<br>");
print("News numer $i --- <a href=del.php?usun=$i>Usuń News</a>");
print("<br>");
print("<br>");
}
?>
[/php:1:a32ef9065c]
I co mam wpisać w pliku
del.php - bo jestem ciemny

?
//EDIT: Zmieniłem nieznacznie kod ale dalej nie wiem jak to zrobić...
HELP!!!