<? session_start(); ?>
<? if($dane!="ok") {echo "<h4>You dont heave premision to see this page</h4></body></html>"; exit;} ?>
<?
include "conf.php";
include "addpuszbaza.php";
$file = $url.$nzw;
addcolumn_pb($file,"index","yes");
delete_pb($file,"index","x == $andi");
delcolumn_pb($file,"index");
header("Location: showtable.php?nzw=$nzw&na=$na");
?>