Re: [PHP-DB] Shift_JIS Character Set

2003-12-12 Thread Ng Hwee Hwee
yes, and that's why i'm appealing for help on how to stripslashes when it comes to the Shift_JIS character set... will really appreciate advises! thanx lots! - Original Message - > OK, if you *know* that the data has been through addslashes() (or equivalent > eg magic_quotes_gpc) then do

Re: [PHP-DB] Shift_JIS Character Set

2003-12-12 Thread Jason Wong
On Friday 12 December 2003 14:47, Ng Hwee Hwee wrote: > i'm doing a form (form.php) > 1) user comes to form.php > 2) user enters details and press submit > 3) details get passed to form action verify.php > 4) verify.php puts all the $_POST into an array $formVars > 5) verify.php session_register("

Re: [PHP-DB] Shift_JIS Character Set

2003-12-11 Thread Ng Hwee Hwee
thanks for your reply.. i'm doing a form (form.php) 1) user comes to form.php 2) user enters details and press submit 3) details get passed to form action verify.php 4) verify.php puts all the $_POST into an array $formVars 5) verify.php session_register("formVars") 6) if there is an error, verify

Re: [PHP-DB] Shift_JIS Character Set

2003-12-11 Thread Jason Wong
On Friday 12 December 2003 13:47, Ng Hwee Hwee wrote: > i've read the following comment on PHP.net and found it very troubling > because my database has Shift_JIS japanese words and my forms allow > japanese input as well, so, does anyone know how can I stripslashes > correctly when it comes to Ja

[PHP-DB] Shift_JIS Character Set

2003-12-11 Thread Ng Hwee Hwee
Hi, i've read the following comment on PHP.net and found it very troubling because my database has Shift_JIS japanese words and my forms allow japanese input as well, so, does anyone know how can I stripslashes correctly when it comes to Japanese text? thanx thanx! hash at samurai dot fm 01-De