[PHP] Help, please! UTF-8 encoding problem

2006-10-16 Thread dimon
Hi, I would like some help with an encoding problem, please. I would like to encode some text (a news entry entered via a form, to be exact) into UTF-8 and then save it in an XML file for persistent storage. My problem is, some of the users are Japanese and would like to enter Japanese multi-byte

[PHP] imap_set_quota() function

2003-10-29 Thread dimon
Hello, I asked that question a week ago but didn't get any response. So I'll try again :-) I'm trying to use PHP's imap_set_quota() function to manage user's quotas. I can set user's quota to 0 with: imap_set_quota($mbox, "user/afif", none); or imap_set_quota($mbox, "user/afif", 0); And for sur

[PHP] imap_set_quota() function

2003-10-24 Thread dimon
Hello, I'm trying to use PHP's imap_set_quota() function to manage user's quotas. I can set user's quota to 0 with: imap_set_quota($mbox, "user/afif", none); or imap_set_quota($mbox, "user/afif", 0); And for sure I can set user's quota to any other value > 0 But when I'm trying to delete quota (s