Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP][HTML] input
krzychu0808
post
Post #1





Grupa: Zarejestrowani
Postów: 428
Pomógł: 2
Dołączył: 1.04.2007
Skąd: Pogorzelica

Ostrzeżenie: (10%)
X----


mam coś takiego.
  1. <?php
  2. .....
  3. echo "<TD><input type=submit value=Usuń></td><td><input type=submit value=Wyświetl dane></td>";
  4. echo '</tr>';
  5. echo "<input type=hidden name=to_dell value=$row_get[id]>";
  6. .....
  7. ?>

  1. <?php
  2. <input type=submit value=Usuń>
  3. ?>

ma
  1. <?php
  2. <input type=hidden name=to_dell value=$row_get[id]>
  3. ?>

ale
  1. <?php
  2. <input type=submit value=Wyświetl dane></td>
  3. ?>

też ma
  1. <?php
  2. <input type=hidden name=to_dell value=$row_get[id]>
  3. ?>



a jak zrobić aby dla
  1. <?php
  2. <input type=submit value=Wyświetl dane></td>
  3. ?>

było np coś takeigo
  1. <?php
  2. <input type=hidden name=dane value=dane>
  3. ?>


zrobiłem tak
  1. <?php
  2. echo "<TD><input type=submit value=Usuń></td><td><input type=submit value=Wyświetl dane></td>";
  3. echo '</tr>';
  4. echo "<input type=hidden name=to_dell value=$row_get[id]>";
  5. echo "<input type=hidden name=dane value=dane>";
  6. echo '</form>';
  7. ?>


ale nie działa dal usuń i dla wyświetla dane działa
  1. <?php
  2. <input type=hidden name=to_dell value=$row_get[id]>
  3. ?>
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 20.08.2025 - 06:44