Re: [PHP] strftime silliness

2012-04-11 Thread Tim Streater
On 11 Apr 2012 at 01:47, Geoff Shang ge...@quitelikely.com wrote: On Wed, 10 Apr 2012, Tim Streater wrote: I want to format a date/time using a 12 hour representation of the time part. I can do this with, say, %d %b %Y %l:%M %p, where the first time format specifier is the lower-case L.

Re: [PHP] php in windows

2012-04-11 Thread Tim Streater
On 11 Apr 2012 at 03:13, Kirk Bailey kbai...@howlermonkey.net wrote: It means it does nothing. I have a small server in the computer that works fine. I also installed python in this box- and it worked perfectly without having to do anything to the server. Php on the other hand merely

RE: [PHP] Re: php in windows

2012-04-11 Thread Steven Staples
-Original Message- From: Kirk Bailey [mailto:kbai...@howlermonkey.net] Sent: April 11, 2012 1:02 AM To: php-general@lists.php.net Subject: Re: [PHP] Re: php in windows ok, there is a copy of index.php ion the cgibin, and this got WAY different results. It puked an error.

Re: [PHP] Re: php in windows

2012-04-11 Thread Jay Blanchard
On 4/11/2012 9:42 AM, Steven Staples wrote: -Original Message- From: Kirk Bailey [mailto:kbai...@howlermonkey.net] Sent: April 11, 2012 1:02 AM To: php-general@lists.php.net Subject: Re: [PHP] Re: php in windows ok, there is a copy of index.php ion the cgibin, and this got WAY

[PHP] Sorting Help

2012-04-11 Thread Floyd Resler
I need to sort the following array: { [Smith, Bob]=array(137.5,125.5), [Jones, Robert]=array(132.7,128.2) } The array needs to be sorted by the first number (i.e. 137.5) and then the second in descending order. I looked at array_multisort but couldn't figure out how to make

RE: [PHP] Sorting Help

2012-04-11 Thread admin
-Original Message- From: Floyd Resler [mailto:fres...@adex-intl.com] Sent: Wednesday, April 11, 2012 11:26 AM To: PHP Subject: [PHP] Sorting Help I need to sort the following array: { [Smith, Bob]=array(137.5,125.5), [Jones, Robert]=array(132.7,128.2) } The array needs

RE: [PHP] Sorting Help

2012-04-11 Thread admin
-Original Message- From: Floyd Resler [mailto:fres...@adex-intl.com] Sent: Wednesday, April 11, 2012 11:26 AM To: PHP Subject: [PHP] Sorting Help I need to sort the following array: { [Smith, Bob]=array(137.5,125.5), [Jones, Robert]=array(132.7,128.2) } The array needs

Re: [PHP] Sorting Help

2012-04-11 Thread Floyd Resler
On Apr 11, 2012, at 1:11 PM, admin wrote: -Original Message- From: Floyd Resler [mailto:fres...@adex-intl.com] Sent: Wednesday, April 11, 2012 11:26 AM To: PHP Subject: [PHP] Sorting Help I need to sort the following array: { [Smith, Bob]=array(137.5,125.5),

Re: [PHP] Sorting Help

2012-04-11 Thread Stuart Dallas
On 11 Apr 2012, at 16:26, Floyd Resler wrote: I need to sort the following array: { [Smith, Bob]=array(137.5,125.5), [Jones, Robert]=array(132.7,128.2) } The array needs to be sorted by the first number (i.e. 137.5) and then the second in descending order. I looked at

Re: [PHP] Sorting Help

2012-04-11 Thread Bastien
Bastien Koert On 2012-04-11, at 2:18 PM, Floyd Resler fres...@adex-intl.com wrote: On Apr 11, 2012, at 1:11 PM, admin wrote: -Original Message- From: Floyd Resler [mailto:fres...@adex-intl.com] Sent: Wednesday, April 11, 2012 11:26 AM To: PHP Subject: [PHP] Sorting Help

[PHP] PHP: a fractal of bad design

2012-04-11 Thread Daevid Vincent
http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/ Can't say he doesn't have some good points, but he sure goes about it in a dickish way.

Re: [PHP] PHP: a fractal of bad design

2012-04-11 Thread Jay Blanchard
On 4/11/2012 7:06 PM, Daevid Vincent wrote: http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/ Can't say he doesn't have some good points, but he sure goes about it in a dickish way. Yes, he does have some good points and most, if not all, of those points have been discussed on

Re: [PHP] Re: php in windows

2012-04-11 Thread Kirk Bailey
Steve, THERE IS NO SUCH FILE in tinyweb. It turns to the operating system asspciations to determine what to use to process the cgi, then captures the returned stdio output and feeds THAT back as part of the data stream back down the stack. Therefore, it is not interfacing with the windows

Re: [PHP] Re: php in windows

2012-04-11 Thread Daniel Fenn
I don't want to sound rude but I did say this before, why don't you get zend server CE or xampp and install that? On Thu, Apr 12, 2012 at 12:11 PM, Kirk Bailey kbai...@howlermonkey.net wrote: Steve, THERE IS NO SUCH FILE in tinyweb. It turns to the operating system asspciations to determine

Re: [PHP] PHP: a fractal of bad design

2012-04-11 Thread Paul M Foster
On Wed, Apr 11, 2012 at 05:06:10PM -0700, Daevid Vincent wrote: http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/ Can't say he doesn't have some good points, but he sure goes about it in a dickish way. Wow. I wish I could find something that complete for Javascript. Paul