I built a database about a year ago using php & mysql. Everything was working great until I just went to my site(had not been there for a few months) and now all my query results are duplicated 4 times. Please view my site @ http://www.arizonafloorplans.com and do any type of search and you will see what I mean. I have not touched my code and all of a suuden this happened. My code must be being interpreted differently? Does anybody have a clue why this would be happening? If you need to see some code, please let me know. Thanx for any advice.
Well, have you determined if it's the code or the actual data? If it's the data, how are you inserting records? That may be the problem. If it's just the code duplicating records, post the relevant code.
I figured out the problem was in the data. For some reason two of my tables had duplicate data. Will fix it. Thanks.