RE: alphabetical sorting... limiting and paginatingonnext set of letter group

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> function($char_begin, $char_end)
> 
> {
>   $q_begin = strtolower($char_begin);
>   $q_end = chr(ord(strtolower($char_begin))+1);


make that

 $q_end = chr(ord(strtolower($char_end))+1);	


sorry.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux