Re: [PHP] Encode e-mail text in UTF-8

2012-11-20 Thread Inigo Medina
On Tue, 20 Nov 2012, MC wrote: Hi, what is the recommended way to encode e-mail text in UTF-8? When the site were running in a single byte code page like iso-8859-2 I were happy with the imap_8bit function and quoted-printable encoding of e-mails. However, the function does not seem to work

Re: [PHP] building an improved service log

2012-12-04 Thread Inigo Medina
On Thu, 29 Nov 2012, rene7705 wrote: Hi folks.. I've got several requirements that I'd like to roll into one software component; - log page views and any errors that page view may generate - log javascript events (browser user-interaction events, but also errors on the server during ajax opera