Re: [PHP] duplicate entries in mysql column

2001-02-03 Thread Richard Lynch
> My problem is that I need to find a way to check all the candidate_name > before printing them on the screen and add a flag to the ones which > occure more than once. If you can live with listing the names in alphabetical order, you can do something like this: $query = "select name, id from ca

[PHP] duplicate entries in mysql column

2001-02-02 Thread Pascal Romain
Hi all, i am new in the list and I would like to ask you a question. I am using Mysql-3.23.30 and php 4.0 to develop a recruitment application. I have a table where I store candidate details and one of the fields is the candidate_name. The Id of each candidate is unique but it appends that some ca