To allow a user to CHOOSE gender wouldn't be too horribly difficult. You'd have to have some sufficient knowledge of PHP/MySQL/HTML in order to do so though.
To add a gender, you'd have to add another field to the adoptables table(and therefore edit doadopt.php) and then in the adopt.php and doadopt.php have a form that selected the option, then have the option selected saved into the database.
|