Hi i am trying to create an interactive PHP-Mysql voting system, so that users can input their 'favourite colour' for example in a html submit box, the php would then access the database and search the records for the input color, and if it finds it would increase the vote count by 1 in the 'votes' column for that colour, but if it doesnt find it it will add a row to the table with 'votes' value 1.
Does anyone know how to do this or where to find a tutorial?
Does anyone know how to do this or where to find a tutorial?
Comment