I have an SQL table called "users" that has a row called "art styles" and I want to set a php echo that displays all records that contain a specific value from the art styles row.
I want to have a dropdown menu that has all possible values from the art styles row that will change what the...