Re: [PHP-DB] Im seeking a solution to check for duplicate entries with an other sequence

2010-01-11 Thread Richard Quadling
2010/1/11 omar zorgui : > $sentences[] = "this is a example sentence"; > $sentences[] = "a this is example sentence"; > $sentences[] = "example this is a sentence"; > $sentences[] = "this is a example sentence for a function"; outputs ... Array ( [0] => this is a example sentence [3]

Re: [PHP-DB] help in implementing a progress bar

2010-01-11 Thread Philip Thompson
On Jan 7, 2010, at 2:36 PM, Vinay Kannan wrote: > Hello, > > Theres this project that I am working on, and a specific module does take > few secs to process, I am thinking it would be cool to be showing a progress > bar(some kind on a .gif image) while the script runs, does any one have an > idea

[PHP-DB] Im seeking a solution to check for duplicate entries with an other sequence

2010-01-11 Thread omar zorgui
Hello, I have a question currently i'm programming a function to remove duplicates from an array of sentences. The computer must classify sentences with exactly the same words in it, but with a different sequence as a duplicate. The array that i use as a feed is as following: $sentences[] = "this