Re: [PHP] Quick Q.

2013-07-24 Thread Matijn Woudt
On Wed, Jul 24, 2013 at 10:59 PM, Richard Quadling wrote: > > > > On 24 July 2013 21:54, Matijn Woudt wrote: > >> >> >> >> On Wed, Jul 24, 2013 at 10:45 PM, Richard Quadling >> wrote: >> >>> PHP 5.5+ is (from news) >>> >>>- Windows XP and 2003 support dropped. >>> >>> >>> Does that mean no l

Re: [PHP] Quick Q.

2013-07-24 Thread Richard Quadling
On 24 July 2013 21:54, Matijn Woudt wrote: > > > > On Wed, Jul 24, 2013 at 10:45 PM, Richard Quadling wrote: > >> PHP 5.5+ is (from news) >> >>- Windows XP and 2003 support dropped. >> >> >> Does that mean no longer executes (as is seemingly what I'm seeing) or >> just >> no longer supported/

Re: [PHP] COM - Assigning to method.

2013-07-24 Thread Richard Quadling
On 15 July 2013 16:27, Andrew Ballard wrote: > On Mon, Jul 15, 2013 at 4:21 AM, Adam Nicholls > wrote: > > Hi Andrew > > > > Thanks for this. > > > > But I'm still getting errors. I think I need to explain a bit more. > > > > Unfortunately there isn't a PHP API for this application I'm trying to

Re: [PHP] Quick Q.

2013-07-24 Thread Matijn Woudt
On Wed, Jul 24, 2013 at 10:45 PM, Richard Quadling wrote: > PHP 5.5+ is (from news) > >- Windows XP and 2003 support dropped. > > Does that mean no longer executes (as is seemingly what I'm seeing) or just > no longer supported/developed? > > Just going to look into getting to the bottom of th

[PHP] Quick Q.

2013-07-24 Thread Richard Quadling
PHP 5.5+ is (from news) - Windows XP and 2003 support dropped. Does that mean no longer executes (as is seemingly what I'm seeing) or just no longer supported/developed? Just going to look into getting to the bottom of the CHM build issues and only have an XP license of Windows. Will drop ba

Re: [PHP] Re: What wrong am I doing now?

2013-07-24 Thread Jim Giner
Jim, He already has that... - Matijn oops -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: What wrong am I doing now?

2013-07-24 Thread Matijn Woudt
On Wed, Jul 24, 2013 at 2:45 PM, Jim Giner wrote: > On 7/24/2013 8:19 AM, Karl-Arne Gjersøyen wrote: > >> mysql> SELECT DATE_FORMAT(dato, '%e-%c-%Y') FROM transportdokument WHERE >> dato >= '2013-07-20' AND dato <= '2013-07-24' GROUP BY dato DESC; >> +-**--+ >> | DATE_F

[PHP] Re: What wrong am I doing now?

2013-07-24 Thread Jim Giner
On 7/24/2013 8:19 AM, Karl-Arne Gjersøyen wrote: mysql> SELECT DATE_FORMAT(dato, '%e-%c-%Y') FROM transportdokument WHERE dato >= '2013-07-20' AND dato <= '2013-07-24' GROUP BY dato DESC; +---+ | DATE_FORMAT(dato, '%e-%c-%Y') | +---+ | 24-7-

Re: [PHP] Fwd: What wrong am I doing now?

2013-07-24 Thread Sebastian Krebs
Hi, Just want to mention: ext/mysel is deprecated. Use MySQLi, or PDO_MYSQL instead. :) Regards, Sebastian 2013/7/24 Karl-Arne Gjersøyen > http://www.php.net/manual/en/datetime.format.php have the solution. Sorry > for asking before I look at php.net!!! > > Karl > > -- Forwarded messa

Re: [PHP] What wrong am I doing now?

2013-07-24 Thread Matijn Woudt
On Wed, Jul 24, 2013 at 2:19 PM, Karl-Arne Gjersøyen wrote: > mysql> SELECT DATE_FORMAT(dato, '%e-%c-%Y') FROM transportdokument WHERE > dato >= '2013-07-20' AND dato <= '2013-07-24' GROUP BY dato DESC; > +---+ > | DATE_FORMAT(dato, '%e-%c-%Y') | > +

[PHP] Fwd: What wrong am I doing now?

2013-07-24 Thread Karl-Arne Gjersøyen
http://www.php.net/manual/en/datetime.format.php have the solution. Sorry for asking before I look at php.net!!! Karl -- Forwarded message -- From: Karl-Arne Gjersøyen Date: 2013/7/24 Subject: What wrong am I doing now? To: PHP Mailinglist mysql> SELECT DATE_FORMAT(dato, '%e-%

[PHP] What wrong am I doing now?

2013-07-24 Thread Karl-Arne Gjersøyen
mysql> SELECT DATE_FORMAT(dato, '%e-%c-%Y') FROM transportdokument WHERE dato >= '2013-07-20' AND dato <= '2013-07-24' GROUP BY dato DESC; +---+ | DATE_FORMAT(dato, '%e-%c-%Y') | +---+ | 24-7-2013 | | 23-7-2013