include 'config.html'; ?>
if ($nr) {
$mysql = "select nr,temat,tresc,zdjecie from osobie where nr='$nr'";
$result = mysql_query($mysql);
$row = mysql_fetch_array($result);
?>
} else { $mysql = "select nr,temat,tresc,zdjecie from osobie order by nr"; $result = mysql_query($mysql); while($row = mysql_fetch_array($result)) { ?>
} }?> |
|
||||
Copyright 2001 by Wojtek "SanczO" Sanecki. All rights reserved. |
|||||