Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6158215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:55:12+00:00 2026-05-23T20:55:12+00:00

First, take a look at this page as an example: Click here If you

  • 0

First, take a look at this page as an example: Click here

If you view the ‘Amenities’ section, there are 3 sets of checkboxes (Unit Features, Community Features and Utilities Included in Rent).

My Question Is: How can I use PHP to make 3 array variables (e.g. $unit_features, $community_features and $utilities_included) to store which boxes are/are not checked into 3 respective fields in a table?

More importantly: How do I pull the data out of the table in the same array format so that specifics can be viewed/edited/deleted?

  • Note, I’ve tried countless times to do this by having separate fields in the table (as tinyints) – but it gets bulky and isn’t elegant at all…I even thought of making an object class but failed yet again..
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T20:55:13+00:00Added an answer on May 23, 2026 at 8:55 pm

    You have a many-to-many relationship between properties and amenities. To model this, you need a separate table, not a variable number of columns.

    There is one table which stores your properties.

    INSERT INTO property (id, address, square_footage...) VALUES (111, '123 Main St', 1234...)
    

    There is one table which stores all possible amenities.

    INSERT INTO amenities (id, type, description) VALUES (222, 'Unit Features', 'Air Conditioning');
    

    For each amenity a property has, insert one row into the table relating these two:

    INSERT INTO property_amenitities (property_id, amenity_id) VALUES (111, 222);
    

    When you want to know what amenities a specific property has, just SELECT all rows from this table for that property’s key. When you want to print out checkboxes for all amenities, SELECT from the amenities table and do a LEFT OUTER JOIN to the property_amenities table. Those rows with null values from the property_amenities table are the boxes which are unchecked.

    Related reading. You should pick up a book on relational databases from your local BORDERS before they go out of business 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please take a look at this page. I wrote click functions for each button
Take a look at this link http://dncminneapolis2012.com/new2 If you click on two, it slides
First take a look at this question: Bash or GoogleCL: new line in a
Take a look at this site I'm working on: http://appload.nu/flygklubb The first menu-item has
Well Im stucked at this point.please take a look at this http://jsfiddle.net/karthik64/5jhgF/3/ Okay first
In chrome, on a mac, take a look at this page- http://www.davepoyzer.com/ (specifically the
Take a look at this example function: RuntimeConfiguration* conf_rt_conf() { RuntimeConfiguration *conf; conf =
First take a look at my code: <ListBox ItemsSource={Binding} SelectionMode=Multiple ItemTemplate={StaticResource ContactTemplate}> <ListBox.ContextMenu> <ContextMenu>
When you take your first look at an Oracle database, one of the first
OK, first for context look at the Windows desktop; You can take items (folders,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.