Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [html] Problem polskich nazw, Formularz
Wykrywacz
post 8.05.2006, 15:26:37
Post #1





Grupa: Zarejestrowani
Postów: 726
Pomógł: 20
Dołączył: 8.12.2005
Skąd: Wrocław

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


Mam formularz z opcjami
  1. SELECT NAME="dzial" >
  2.     <OPTION>ZARZĄDZANIA I ROZWOJU KADR
  3.     <OPTION>IT
  4.      <OPTION>OUTSOURCINGU PERSONALNEGO
  5.     <OPTION>DORADZTWA PERSONALEGO
  6.      <OPTION>PRAWNY I KONTROLI WEWNTRZNEJ
  7.      <OPTION>ADMINISTRACJI
  8.     <OPTION>SPRZEDAŻY

no i wszystko fajnie puki niema polskich liter (informacja przy wyborze opcji wchodzi po tem do inserta czyli
  1. <?php
  2. $dzial=$HTTP_POST_VARS['dzial'];
  3. ?>

  1. <?php
  2. $zapytanie = mysql_query("insert into $dzial.....
  3. ?>


A teraz jak zrobić zęby w <OPTION> można było użyć polskich liter, znaczy się czy da się to zrobić jakoś mechanicznie czy już w skrypcie robić na zasadzie
  1. <?php
  2. $dzial=$HTTP_POST_VARS['dzial']
  3. $dobry_dzial= // tu wypisane wszystkie nazwy bez polskich znakow
  4.  
  5. if $dzial = i tu pożliwości
  6. then $dzial = $dobry_dzial('wlasciwy dzial)
  7.  
  8. $zapytanie = mysql_query("insert into $dobry dzial.....
  9. ?>


Ten post edytował Wykrywacz 8.05.2006, 15:28:36
Go to the top of the page
+Quote Post
macza
post 8.05.2006, 15:46:12
Post #2





Grupa: Zarejestrowani
Postów: 236
Pomógł: 4
Dołączył: 1.05.2006
Skąd: Lublin

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


u mnie dzialaja polskie znaki, moze zmien kodowanie strony?


--------------------
_tworzenie stron www tanio Lublin - tworzenie stron www, tanio, szybko, solidnie, własny CMS.
Go to the top of the page
+Quote Post
Wykrywacz
post 8.05.2006, 15:47:08
Post #3





Grupa: Zarejestrowani
Postów: 726
Pomógł: 20
Dołączył: 8.12.2005
Skąd: Wrocław

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


CZyli niema problemu z tym że tablica ma polską nazwę? znaczy się z polskimi czcionkami?
Go to the top of the page
+Quote Post
macza
post 8.05.2006, 17:27:50
Post #4





Grupa: Zarejestrowani
Postów: 236
Pomógł: 4
Dołączył: 1.05.2006
Skąd: Lublin

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


nie ma


--------------------
_tworzenie stron www tanio Lublin - tworzenie stron www, tanio, szybko, solidnie, własny CMS.
Go to the top of the page
+Quote Post
Wykrywacz
post 9.05.2006, 12:00:18
Post #5





Grupa: Zarejestrowani
Postów: 726
Pomógł: 20
Dołączył: 8.12.2005
Skąd: Wrocław

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


OK możecie zobaczyć czemu ten insert nie jest wporzo. Uparł się i niechce.
  1. <?php
  2. $twor = mysql_query("create table DORADZTWA_PERSONALEGO (nazwisko char(20),opis text,
  3. zarzterm char(1) not null,
  4. zarzjak char(1) not null,
  5. zarzpomoc char(1) not null,
  6. zarztrak char(1) not null,
  7. zarzdot char(1) not null,
  8. zarzzroz char(1) not null,
  9. zarzstyl char(1) not null,
  10. itterm char(1) not null,
  11. itjak char(1) not null,
  12. itpomoc char(1) not null,
  13. ittrak char(1) not null,
  14. itdot char(1) not null,
  15. itzroz char(1) not null,
  16. itstyl char(1) not null,
  17. dopterm char(1) not null,
  18. dopjak char(1) not null,
  19. doppomoc char(1) not null,
  20. doptrak char(1) not null,
  21. dopdot char(1) not null,
  22. dopzroz char(1) not null,
  23. dopstyl char(1) not null,
  24. dpterm char(1) not null,
  25. dpjak char(1) not null,
  26. dppomoc char(1) not null,
  27. dptrak char(1) not null,
  28. dpdot char(1) not null,
  29. dpzroz char(1) not null,
  30. dpstyl char(1) not null,
  31. prawterm char(1) not null,
  32. prawjak char(1) not null,
  33. prawpomoc char(1) not null,
  34. prawtrak char(1) not null,
  35. prawdot char(1) not null,
  36. prawzroz char(1) not null,
  37. prawstyl char(1) not null,
  38. admterm char(1) not null,
  39. admjak char(1) not null,
  40. admpomoc char(1) not null,
  41. admtrak char(1) not null,
  42. admdot char(1) not null,
  43. admzroz char(1) not null,
  44. admstyl char(1) not null,
  45. spterm char(1) not null,
  46. spjak char(1) not null,
  47. sppomoc char(1) not null,
  48. sptrak char(1) not null,
  49. spdot char(1) not null,
  50. spzroz char(1) not null,
  51. spstyl char(1) not null,
  52. materm char(1) not null,
  53. majak char(1) not null,
  54. mapomoc char(1) not null,
  55. matrak char(1) not null,
  56. madot char(1) not null,
  57. mazroz char(1) not null,
  58. mastyl char(1) not null,
  59. meterm char(1) not null,
  60. mejak char(1) not null,
  61. mepomoc char(1) not null,
  62. metrak char(1) not null,
  63. medot char(1) not null,
  64. mezroz char(1) not null,
  65. mestyl char(1) not null,
  66. okterm char(1) not null,
  67. okjak char(1) not null,
  68. okpomoc char(1) not null,
  69. oktrak char(1) not null,
  70. okdot char(1) not null,
  71. okzroz char(1) not null,
  72. okstyl char(1) not null,
  73. fiterm char(1) not null,
  74. fijak char(1) not null,
  75. fipomoc char(1) not null,
  76. fitrak char(1) not null,
  77. fidot char(1) not null,
  78. fizroz char(1) not null,
  79. fistyl char(1) not null,
  80. coterm char(1) not null,
  81. cojak char(1) not null,
  82. copomoc char(1) not null,
  83. cotrak char(1) not null,
  84. codot char(1) not null,
  85. cozroz char(1) not null,
  86. costyl char(1) not null,
  87. raterm char(1) not null,
  88. rajak char(1) not null,
  89. rapomoc char(1) not null,
  90. ratrak char(1) not null,
  91. radot char(1) not null,
  92. razroz char(1) not null,
  93. rastyl char(1) not null,
  94. stterm char(1) not null,
  95. stjak char(1) not null,
  96. stpomoc char(1) not null,
  97. sttrak char(1) not null,
  98. stdot char(1) not null,
  99. stzroz char(1) not null,
  100. ststyl char(1) not null,
  101. bhpterm char(1) not null,
  102. bhpjak char(1) not null,
  103. bhppomoc char(1) not null,
  104. bhptrak char(1) not null,
  105. bhpdot char(1) not null,
  106. bhpzroz char(1) not null,
  107. bhpstyl char(1) not null,
  108. wsiterm char(1) not null,
  109. wsijak char(1) not null,
  110. wsipomoc char(1) not null,
  111. wsitrak char(1) not null,
  112. wsidot char(1) not null,
  113. wsizroz char(1) not null,
  114. wsistyl char(1) not null,
  115. szterm char(1) not null,
  116. szjak char(1) not null,
  117. szpomoc char(1) not null,
  118. sztrak char(1) not null,
  119. szdot char(1) not null,
  120. szzroz char(1) not null,
  121. szstyl char(1) not null,
  122. poterm char(1) not null,
  123. pojak char(1) not null,
  124. popomoc char(1) not null,
  125. potrak char(1) not null,
  126. podot char(1) not null,
  127. pozroz char(1) not null,
  128. postyl char(1) not null,
  129. loterm char(1) not null,
  130. lojak char(1) not null,
  131. lopomoc char(1) not null,
  132. lotrak char(1) not null,
  133. lodot char(1) not null,
  134. lozroz char(1) not null,
  135. lostyl char(1) not null,
  136. waterm char(1) not null,
  137. wajak char(1) not null,
  138. wapomoc char(1) not null,
  139. watrak char(1) not null,
  140. wadot char(1) not null,
  141. wazroz char(1) not null,
  142. wastyl char(1) not null,
  143. olterm char(1) not null,
  144. oljak char(1) not null,
  145. olpomoc char(1) not null,
  146. oltrak char(1) not null,
  147. oldot char(1) not null,
  148. olzroz char(1) not null,
  149. olstyl char(1) not null,
  150. byterm char(1) not null,
  151. byjak char(1) not null,
  152. bypomoc char(1) not null,
  153. bytrak char(1) not null,
  154. bydot char(1) not null,
  155. byzroz char(1) not null,
  156. bystyl char(1) not null,
  157. gdterm char(1) not null,
  158. gdjak char(1) not null,
  159. gdpomoc char(1) not null,
  160. zgdtrak char(1) not null,
  161. gddot char(1) not null,
  162. gdzroz char(1) not null,
  163. gdstyl char(1) not null,
  164. krterm char(1) not null,
  165. krjak char(1) not null,
  166. krpomoc char(1) not null,
  167. krtrak char(1) not null,
  168. krdot char(1) not null,
  169. krzroz char(1) not null,
  170. krstyl char(1) not null,
  171. katerm char(1) not null,
  172. kajak char(1) not null,
  173. kapomoc char(1) not null,
  174. katrak char(1) not null,
  175. kadot char(1) not null,
  176. kazroz char(1) not null,
  177. kastyl char(1) not null,
  178. wrterm char(1) not null,
  179. wrjak char(1) not null,
  180. wrpomoc char(1) not null,
  181. wrtrak char(1) not null,
  182. wrdot char(1) not null,
  183. wrzroz char(1) not null,
  184. wrstyl char(1) not null)")
  185. ?>
Go to the top of the page
+Quote Post
macza
post 9.05.2006, 12:08:16
Post #6





Grupa: Zarejestrowani
Postów: 236
Pomógł: 4
Dołączył: 1.05.2006
Skąd: Lublin

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


dopisz INDEX nazwa


--------------------
_tworzenie stron www tanio Lublin - tworzenie stron www, tanio, szybko, solidnie, własny CMS.
Go to the top of the page
+Quote Post
Wykrywacz
post 9.05.2006, 12:14:46
Post #7





Grupa: Zarejestrowani
Postów: 726
Pomógł: 20
Dołączył: 8.12.2005
Skąd: Wrocław

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


nie była to tutaj kwestia indexu, brakowało znaczka nawias bądź przecinek, niestety robiłem to na szybko i nie zapamiętałem w całym tym bałaganie co było źle w każdym razie dziękuje problem został rozwiązany.

Ten post edytował Wykrywacz 10.05.2006, 09:02:28
Go to the top of the page
+Quote Post

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: 12.06.2025 - 21:41