|
||||||
| PHP Forum Use this forum to discuss all aspects of PHP Development. PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
I have a problem with the array_unique function.
Without the array_unique function the results are: jessica alba and natalya are friends. 2008-05-13 jessica alba and lars ulrich are friends. 2008-05-13 jessica alba and natalya are friends. 2008-05-13 jessica alba and lars ulrich are friends. 2008-05-13 And with the array_unique function: jessica alba and natalya are friends. 2008-05-13 The desired result would be. jessica alba and natalya are friends. 2008-05-13 jessica alba and lars ulrich are friends. 2008-05-13 Any ideas on how i could achieve this result? PHP Code:
Last edited by Jaan; 05-14-2008 at 02:04 PM. Reason: When you're posting your codes.. use tags! |
| Sponsored Links |
|
|
|
|||
|
This seems to have worked...
PHP Code:
Last edited by Jaan; 05-14-2008 at 02:05 PM. Reason: When you're posting your codes.. use tags! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|