waah! You hijacked my topic! :-)

"Sebastiaan Timmers - Bean It" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi List,
>
> I'm having a problem sorting the following array:
>
> $product = array($id, $title, $price);
> $shop[] = $product;
>
>
> I want the array 'shop' to be sorted by the 'title' in array 'product'. I
> tried  the function 'array_multisort()', but that did not do the trick.
>
> Does anyone know how to fix this?
>
> Best regards,
>
> Sebastiaan Timmers
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to