[PHP] Re: Sort problem

2011-09-15 Thread yeer tai
use natsort.

RE: [PHP] Re: Sort problem

2011-09-15 Thread yeer tai
Yeah well, it is indeed sometimes, for someone a bit sleepy yet rather responsible hehe. Btw, m new here, need to get my head around soon i guess. Cheers. From: marc.g...@gmail.com Date: Thu, 15 Sep 2011 07:54:00 -0400 CC: php-general@lists.php.net Subject: Re: [PHP] Re: Sort problem

RE: [PHP] Re: Stop PHP execution on client connection closed

2011-09-13 Thread yeer tai
You can use ajax. Date: Tue, 13 Sep 2011 09:22:54 -0400 From: eric.but...@gmail.com To: ma...@lanzotti.com CC: php-general@lists.php.net Subject: Re: [PHP] Re: Stop PHP execution on client connection closed On Tue, Sep 13, 2011 at 4:01 AM, Marco Lanzotti ma...@lanzotti.com wrote: Il

RE: [PHP] Querying a database for 50 users' information: 50 queries or a WHERE array?

2011-09-13 Thread yeer tai
select * from table where userID in(1,2,3,etc) From: a...@ashleysheridan.co.uk Date: Tue, 13 Sep 2011 15:29:26 +0100 To: dotanco...@gmail.com; php-general@lists.php.net Subject: Re: [PHP] Querying a database for 50 users' information: 50 queries or a WHERE array? Dotan Cohen