Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> problem z implode (), nie sklada tablic
invx
post
Post #1





Grupa: Zablokowani
Postów: 655
Pomógł: 0
Dołączył: 28.11.2003
Skąd: Zagórz

Ostrzeżenie: (80%)
XXXX-


  1. <?php
  2.  $panel=implode('5', $users['mail'], $users['gg'], $users['www'], $users['icq'], $users['tlen']); 
  3. ?>


i powinno zlozyc te tablice, a pokazuje error'a

Kod
Warning: Wrong parameter count for implode() in c:\usr\krasnal\www\rcx_portal\include\pokaz_profil\pokaz_profil.php on line 71


macie jakies sugestie (IMG:http://forum.php.pl/style_emoticons/default/questionmark.gif)
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
Vertical
post
Post #2





Grupa: Zarejestrowani
Postów: 848
Pomógł: 0
Dołączył: 7.07.2004
Skąd: Wrocław

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


To może
  1. <?php
  2. $array = array($users['mail'], $users['gg'], $users['www'], $users['icq'], $users['tlen']);
  3. $panel=implode(&#092;"5\", $array);
  4. ?>
Go to the top of the page
+Quote Post

Posty w temacie


Closed TopicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 3.10.2025 - 06:20