[PHP] I18n problems: Working with double-byte languages

2002-01-14 Thread Junior, Ricardo
Hi people ! I have a query regarding double-byte languages on PHP. I need to sort a index localized from English to Korean. My idea is: * get the Korean strings from file; * convert them to UTF8; * insert them in a Oracle database set to work with UTF8; * set NLS_LANG

RE: [PHP] Session troubles

2002-01-03 Thread Junior, Ricardo
Hi Sean ! I had the same problem... this can be resolved using the function session_write_close() at the end of each script you use sessions. It will force PHP to call the write and close function. In some combinations of PHP version, Apache and OS, this problem doesn't happens, but as you, I

RE: [PHP] Session troubles

2002-01-03 Thread Junior, Ricardo
function should return a blank value ('') and not false when there's no data. This was never clear in the documentation (and complaint I made) but is quite true. Once switching over to using ('') instead of (false), I no longer had problems. Jaime Bozza -Original Message- From: Junior

RE: [PHP] Session troubles

2002-01-03 Thread Junior, Ricardo
4.1.1 or 4.0.6? Jaime -Original Message- From: Junior, Ricardo [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 9:34 AM To: 'Jaime Bozza'; [EMAIL PROTECTED] Subject: RE: [PHP] Session troubles Ok Jaime. I've imagine that he had the same problem that I have had before

RE: [PHP] Session troubles

2002-01-03 Thread Junior, Ricardo
. This was never clear in the documentation (and complaint I made) but is quite true. Once switching over to using ('') instead of (false), I no longer had problems. Jaime Bozza -Original Message- From: Junior, Ricardo [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03

[PHP] LIBXML- Auto-Indent - How do it?

2001-12-17 Thread Junior, Ricardo
Hi All, I would like to know if there is any way to auto-indent the XML file when I add a new node in a docxml object and export the string of the created XML file with dumpmem() function... For example: $new = new_xmldoc(1.0); $root = $new-add_root(ROOT); $level1 = $root-new_child(LEVEL-1, );

RE: [PHP] LIBXML- Auto-Indent - How do it?

2001-12-17 Thread Junior, Ricardo
+55 21 2515 7713 [EMAIL PROTECTED] www.bowneglobal.com.br -Original Message- From: Junior, Ricardo [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 10:48 AM To: '[EMAIL PROTECTED]' Subject:[PHP] LIBXML- Auto-Indent - How do it? Hi All, I would like to know