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
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/
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
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 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
Jim,
He already has that...
- Matijn
oops
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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-
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
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') |
> +
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-%
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
12 matches
Mail list logo