Kod
<form method="post" action="index1.php?url=7">
<td style=" width: 150px; text-align: left">Nazwa firmy:</td>
<td style=" width: 150px; text-align: left">
<?php echo ucwords($HTTP_SESSION_VARS['login']); $value= (isset($_POST['login'])) ? $_POST['login'] : ''; ?></td>
</tr>
<tr>
<td style=" width: 150px; text-align: left">Imie i nazwisko: </td>
<td style=" width: 300px; text-align: left">
<?php echo ucwords($HTTP_SESSION_VARS['imie']); $value= (isset($_POST['imie'])) ? $_POST['imie'] : ''; ?>
</td>
</tr>
<tr>
<td style=" width: 150px; text-align: left">E-mail: </td>
<td style=" width: 300px; text-align: left; rowspan="5">
<?php echo ucwords($HTTP_SESSION_VARS['email']); $value= (isset($_POST['email'])) ? $_POST['email'] : ''; ?> </td>
</tr>
<tr>
<td style=" width: 150px; text-align: left">Typ transakcji: •</td>
<td style=" width: 300px; text-align: left">
<INPUT TYPE="radio" NAME="typ" VALUE="1" CHECKED >Kupno                      
<INPUT TYPE="radio" NAME="typ" VALUE="0">Sprzedaż <img scr="obrazekprzechodzący przez 5 wierszy w pionie.jpg">
</td>
<td style=" width: 150px; text-align: left">Nazwa firmy:</td>
<td style=" width: 150px; text-align: left">
<?php echo ucwords($HTTP_SESSION_VARS['login']); $value= (isset($_POST['login'])) ? $_POST['login'] : ''; ?></td>
</tr>
<tr>
<td style=" width: 150px; text-align: left">Imie i nazwisko: </td>
<td style=" width: 300px; text-align: left">
<?php echo ucwords($HTTP_SESSION_VARS['imie']); $value= (isset($_POST['imie'])) ? $_POST['imie'] : ''; ?>
</td>
</tr>
<tr>
<td style=" width: 150px; text-align: left">E-mail: </td>
<td style=" width: 300px; text-align: left; rowspan="5">
<?php echo ucwords($HTTP_SESSION_VARS['email']); $value= (isset($_POST['email'])) ? $_POST['email'] : ''; ?> </td>
</tr>
<tr>
<td style=" width: 150px; text-align: left">Typ transakcji: •</td>
<td style=" width: 300px; text-align: left">
<INPUT TYPE="radio" NAME="typ" VALUE="1" CHECKED >Kupno                      
<INPUT TYPE="radio" NAME="typ" VALUE="0">Sprzedaż <img scr="obrazekprzechodzący przez 5 wierszy w pionie.jpg">
</td>
Tak zeby to wyglądało tak:
Kod
http://img386.imageshack.us/img386/1931/problemwk6.jpg
Pomocyy! Bo męczę się z tym i męczę..
Wszystkie wskazówki, obojętnie co byle by pomogło mile widziane
