Hi everybody. I have this idea and I need some pointers to get started. I am new to php and therefore I have been searching around for the best way to solve my problem. I want to create a site where you can register your username. Once you have done that, I want you to be able to make a series of choises, for example different colors of your choise. Then I want want those choises to be saved in my database. Next I want my site to be able to compare the choises of two users. Example: If user one selected blue, red, and yellow, and user two selected blue, red and orange, I want the site to display that their common colors are red and blue. I know what I ask of is alot, and would therefore be grateful if someone could point me in some direction on where to get started. Regards Kristoffer
That isn't very hard, if your using a MySQL database you can just use a GROUP BY in a SELECT query, to get the results you want, as for saving the information in the database, there are hundreds of tutorials on the internet. If you need detailed help just say so, I'll be glad to.
Hi Thank you for a quick response Like I said in my main post, I am new to this, so I would love more detailed help. Regards Kristoffer