* Thus wrote Andre Dubuc:
> I'm trying to sort alphabetically a large text string filled with first and
> last names separated by ", " That would seem to be a simple task, but
> sort($txt) does not seem to work even when $txt is an array.
>
> The code :
>
>
> $OK= "Joe Blow, Sam Hill, Henry
On Mon, 21 Jun 2004 23:19:58 -0400, Andre Dubuc <[EMAIL PROTECTED]> wrote:
>
> I'm trying to sort alphabetically a large text string filled with first and
> last names separated by ", " That would seem to be a simple task, but
> sort($txt) does not seem to work even when $txt is an array.
>
> T
I'm trying to sort alphabetically a large text string filled with first and
last names separated by ", " That would seem to be a simple task, but
sort($txt) does not seem to work even when $txt is an array.
The code :
$names){
sort($names); //line 235
reset(
3 matches
Mail list logo