Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Wiele pol tekstowych i zapis do pliku
dublinka
post 24.02.2013, 18:37:00
Post #1





Grupa: Zarejestrowani
Postów: 594
Pomógł: 66
Dołączył: 22.02.2008
Skąd: Dublin

Ostrzeżenie: (0%)
-----


Generuje wiele pol tekstowych petla i potrzebuje to zapisac do pliku linia po linii poniewaz jedna 'linia' formularza sklada sie z 4 pol.
  1. <div align="center">
  2. <table border="1" width="800" height="179">
  3. <tr>
  4. <td height="60" width="800" align="center" colspan="4">costam</td>
  5. </tr>
  6. <tr><td height="46" width="370" align="center">Name</td>
  7. <td height="46" width="370" align="center">Surname</td>
  8. <td height="46" width="370" align="center">Phone</td>
  9. <td height="46" width="370" align="center">Orgin</td></tr>
  10. <?
  11. for($i=1;$i<=$_POST['wybor1'];$i++)
  12. {
  13. print "<tr><td height=\"46\" width=\"370\" align=\"center\">".$i." <input TYPE=\"text\" name=\"name[]\" maxlength=\"10\"></td>";
  14. print "<td height=\"46\" width=\"370\" align=\"center\"><input TYPE=\"text\" name=\"surname[]\" maxlength=\"10\"></td>";
  15. print "<td height=\"46\" width=\"370\" align=\"center\"><input TYPE=\"text\" name=\"phone[]\" maxlength=\"10\"></td>";
  16. print "<td height=\"46\" width=\"370\" align=\"center\"><input TYPE=\"text\" name=\"orgin[]\" maxlength=\"10\"></td></tr>";
  17. }
  18.  
  19. ?>
  20.  
  21. <tr>
  22. <td height="50" width="800" colspan="4" align="center"><center><input TYPE="submit" value="==== NEXT STEP ===="></center></td>
  23. </tr>
  24. </table>
  25. </div></form>


  1. $_POST['wybor1'] // to poslana z formularza liczba - np. 10


Iteraz mam 10 linni po 4 kazda.

Jak to zapisac linia po linii czyli:

imie||nazwisko||phone||kraj
imie2||nazwisko2||phone2||kraj2

Nigdy nie wiadomo ile tych linii bedzie.


--------------------
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 Wersja Lo-Fi Aktualny czas: 19.07.2025 - 10:03