Re: Problems with implode

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

 



>>> Dunno why you guys started talk about utf-8 problems, he has a list of
>>> ids
>>> which should contain only unsigned integers, otherwise I do not get how
>>> that
>>> query could work with an implode(',', $whatever) rather than 'id in
>>> ("'.implode('","', array_map('mysql_real_escape_string', $whatever)).'")'
>>> ...
>>> so, the problem could be more about missed ids in the array obtaining ,,
>>> ...
>>> so, in this case, array_filter before, no?
>>
>> it's certainly possible. but the way toke described his problem did not
>> imply that his ids were unsigned integers.
>>
>> SELECT FROM ... WHERE id IN ('aardvark', 'abacus', 'abbey', ..., 'zulu',
>> 'zygote');
>>
>>
>>
>
> AS written else it is not a problem with either implode nor with string,
> Only when sending debug info via unformatted mail.
> Which really should not give this problem, but it does one day I'll have
> time to figure out exactly what does trigger this error.
>
> Regards,
> Toke
>

it is probably the way the email message was formatted.
it has to cut long lines to email line length limit.
so you see some numbers are broken ie on different lines.

Virgil
http://www.jampmark.com

-- 
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