Place PHP in admin/functions.php and member.php
Place HTML in User Option Templates ? modifyprofile
Place HTML in Registration Templates ? registeradult
Place $dropdown in Info Display Templates ? getinfo
Create a field/row named dropdown in MySQL
Code:
ALTER TABLE user ADD dropdown SMALLINT (6) not null
Place dropdown='$dropdown' via $DB_site->query() in member.php and register.php