It's a nice shortcut Jim. Never considered that.
Thanks.
On 20 November 2012 21:03, Jim Lucas wrote:
> On 11/12/2012 02:06 AM, Duken Marga wrote:
>
>> Try this:
>>
>> $todaydate = strtotime(date("D, M jS, Y g:i:s a"));
>> $showenddate = strtotime(date("D, M jS, Y g:i:s a",
>> strtotime($showsRe
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
On 11/12/2012 02:06 AM, Duken Marga wrote:
Try this:
$todaydate = strtotime(date("D, M jS, Y g:i:s a"));
$showenddate = strtotime(date("D, M jS, Y g:i:s a",
strtotime($showsRecord['end_date'])));
Won't this give you the same results without the extra conversion steps?
$todaydate = date("U");
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 correctly for
multi-byte code pa
On 11/18/2012 02:29 PM, tamouse mailing lists wrote:
> There are certain times I'd like to include all files in a given
> directory (such as configuration stuff that is split out by type, a la
> apache conf.d). Anyone have something handy that implements that?
>
Just for fun:
array_walk(glob('*.
Dear Duken,
Many thanks for the solution. It worked!
And thanks to everyone else who pitched in with various solutions.
Regards
Terry
On 12 November 2012 10:06, Duken Marga wrote:
> Try this:
>
> $todaydate = strtotime(date("D, M jS, Y g:i:s a"));
> $showenddate = strtotime(date("D, M jS, Y g
6 matches
Mail list logo