Re: Problems with implode

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Toke Herkild wrote:

> Hi All,
> 
> I've an array() with approx 1200 items (list of id-mappings) that part
> works fine.
> 
> Now I want to add this list to a query:
> $where = "id in (".$idList.")";
> 
> To accomplish that i do an implode:
> $idList = implode(',', $TidList);
> 
> My problem is that some of the values gets concenated, others ere
> missing 2 or 3 cifres and some just doesn't show up.

I can't reproduce that behaviour - I tried with ascii ('klop') and utf8
('Köhler') text. 


/Per


-- 
Per Jessen, Zürich (3.4°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux