mam coś takiego.
<?php
.....
echo "<TD><input type=submit value=Usuń></td><td><input type=submit value=Wyświetl dane></td>"; echo "<input type=hidden name=to_dell value=$row_get[id]>"; .....
?>
<?php
<input type=submit value=Usuń>
?>
ma
<?php
<input type=hidden name=to_dell value=$row_get[id]>
?>
ale
<?php
<input type=submit value=Wyświetl dane></td>
?>
też ma
<?php
<input type=hidden name=to_dell value=$row_get[id]>
?>
a jak zrobić aby dla
<?php
<input type=submit value=Wyświetl dane></td>
?>
było np coś takeigo
<?php
<input type=hidden name=dane value=dane>
?>
zrobiłem tak
<?php
echo "<TD><input type=submit value=Usuń></td><td><input type=submit value=Wyświetl dane></td>"; echo "<input type=hidden name=to_dell value=$row_get[id]>"; echo "<input type=hidden name=dane value=dane>"; ?>
ale nie działa dal usuń i dla wyświetla dane działa
<?php
<input type=hidden name=to_dell value=$row_get[id]>
?>