http://gws.wandystan.eu/mieszkancy.php
<!--
<?php
$c = array_slice(explode("\n",
<thead>
<tr>
<th scope="col"><abbr title="Identyfikator">ID</abbr></th>
<th scope="col">Imię i nazwisko</th>
<th scope="col">Lokacja</th>
</tr>
</thead>
<tbody>
<?php foreach($c as $e){ $e = explode('|', $e); ?>
<tr>
<th scope="row"><a href="http://www.wandystan.eu/a/profil,<?php
echo $e[0]; ?>"><?php echo $e[0]; ?></a></th>
<td><?php echo $e[1] . ($e[2]?' „'.$e[2].'"':'') . ' ' . $e[3] .
($e[4]!='nie'?', '.$e[4]:''); ?></td>
<td><?php echo $e[5]; ?></td>
<?php if ($kto=='exp') {?><td><?php echo $e[6]; ?></td><?php } ?>
</tr>
<?php } ?>
</tbody>
<!--
-- Towarzysz Struszyński, gg: 4657938Received on Wed 26 Mar 2008 - 03:36:53 CET
This archive was generated by hypermail 2.4.0 : Wed 08 Jan 2020 - 17:31:22 CET