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
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
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
3 matches
Mail list logo