Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 11-05-2009, 06:00 AM   #1 (permalink)
Junior Member
 
Join Date: 03-23-09
Posts: 19
iTrader: 0 / 0%
Latest Blog:
None

amber.long83 is liked by many
how to remove duplicate values from array?

hi guys

any one can tell me how to remove duplicate value from the array?

thanks
__________________
Hire php programmer for custom and open source customization.
amber.long83 is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-05-2009, 10:30 AM   #2 (permalink)
Contributing Member
 
brealmz's Avatar
 
Join Date: 04-10-07
Location: www.webfoyers.com
Posts: 73
iTrader: 0 / 0%
Latest Blog:
None

brealmz is liked by somebodybrealmz is liked by somebodybrealmz is liked by somebodybrealmz is liked by somebody
http://php.net/array_unique

oh.. are you asking for array in php?
if not try this logic
Quote:
newarray = array();
for(i=0;i<lengthofarray;i++){
currentval = array[i];
if(!in_array(currentval,newarray)) //test if current value not already in newarray variable
newarray[] = currentval;
}

Last edited by brealmz; 11-05-2009 at 10:38 AM..
brealmz is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-10-2009, 02:09 AM   #3 (permalink)
Junior Member
 
Join Date: 02-16-09
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

crivion is liked by many
why doing it with a new function when you have array_unique() function
crivion is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-15-2009, 10:58 PM   #4 (permalink)
Junior Member
 
Join Date: 03-23-09
Posts: 19
iTrader: 0 / 0%
Latest Blog:
None

amber.long83 is liked by many
Thanks for help me
__________________
Hire php programmer for custom and open source customization.
amber.long83 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
For fun: Delete an array from array Costin Trifan Coding Forum 3 05-30-2009 11:33 AM
How to remove this type of google duplicate content penalty xiaomaster SEO Forum 4 12-22-2008 08:28 AM
Passing PR Values on SAME URL allreal Marketing Forum 4 02-23-2007 07:34 AM
up6.org and up8.org - Values? Nick Domain Name Forum 4 02-14-2006 05:00 PM
Domain Values John Scott Domain Name Forum 7 07-12-2004 07:00 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 10:33 AM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.