Register
Username
Password
Gender
Select
Male
Female
Other
Other Gender
Age
Working age
Average fee per day
Guide type
Select
query($query); // Check if the query was successful if ($result) { // Populate the dropdown with states while ($row = $result->fetch_assoc()) { $typeId = $row['guide_type_id']; $typeName = $row['guide_type_name']; echo "
$typeName
"; } echo '
'; } else { echo "Error fetching states from the database."; } ?>
State
Select
query($query); // Check if the query was successful if ($result) { // Populate the dropdown with states while ($row = $result->fetch_assoc()) { $stateId = $row['id']; $stateName = $row['name']; echo "
$stateName
"; } echo '
'; } else { echo "Error fetching states from the database."; } ?>
Role
buyer
seller
guide
Continue
Already have an account?
Log in