Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\prolinc\project\admin\header.php:7) in C:\AppServ\www\prolinc\project\admin\regusers\fulldetails.php on line 13
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\prolinc\project\admin\header.php:7) in C:\AppServ\www\prolinc\project\admin\regusers\fulldetails.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\prolinc\project\admin\header.php:7) in C:\AppServ\www\prolinc\project\admin\regusers\fulldetails.php on line 15
a tutaj jest kod
<?php include ("../header.php"); include ("../config.inc.php"); $id = $_GET['id']; $query="SELECT * FROM registry WHERE id='$id'"; $i=0; while($i < $num){ ?>
reszta kodu tego samego pliku
<? #include 'library/config.php'; #include 'library/opendb.php'; $query = "SELECT id, name FROM registry"; { } else { { ?> <a href="fulldetails.php?id=<?=$id;?>"><?=$name;?></a> <br> <? } } #include 'library/closedb.php'; ?> </td> </tr> </table> <p><hr></p></td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> </table></td> </tr> </table> <?php $i++; exit; } include('../../footer.php'); ?>
Moze ktos z wiekszym doswiadczeniem powie mi gdzie tu jest blad ;/ bo ja go nie moge zrozumiec