Re[2]: [PHP] Invalid byte sequence for encoding UTF-8

2008-11-06 Thread ANR Daemon
Greetings, paragasu. In reply to Your message dated Friday, October 31, 2008, 12:39:14, >>> i am using php with postgresql. when i submit post query to the >>> server. i have the pg_exec error >>> >>> Warning: pg_query() [function.pg-query]: Query failed: ERROR: invalid >>> byte sequence for enco

Re: [PHP] Invalid byte sequence for encoding UTF-8

2008-10-31 Thread paragasu
i do not use any function other that addslashes on the $_POST On 10/30/08, Lester Caine <[EMAIL PROTECTED]> wrote: > paragasu wrote: >> i am using php with postgresql. when i submit post query to the >> server. i have the pg_exec error >> >> Warning: pg_query() [function.pg-query]: Query failed:

Re: [PHP] Invalid byte sequence for encoding UTF-8

2008-10-30 Thread Lester Caine
paragasu wrote: i am using php with postgresql. when i submit post query to the server. i have the pg_exec error Warning: pg_query() [function.pg-query]: Query failed: ERROR: invalid byte sequence for encoding "UTF8": 0x93 HINT: This error can also happen if the byte sequence does not match the

[PHP] Invalid byte sequence for encoding UTF-8

2008-10-30 Thread paragasu
i am using php with postgresql. when i submit post query to the server. i have the pg_exec error Warning: pg_query() [function.pg-query]: Query failed: ERROR: invalid byte sequence for encoding "UTF8": 0x93 HINT: This error can also happen if the byte sequence does not match the encoding expected