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 7670599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:51:33+00:00 2026-05-31T15:51:33+00:00

I have a 6 month calendar set up for my client (a B&B operator).

  • 0

I have a 6 month calendar set up for my client (a B&B operator). When dates become unavailable, I simply change my tags to include a CSS class. For example, if I want to mark the 5th and 6th as booked, I change the code like this:

<table>
  <tr>
    <td>1</td>
    <td>2</td>
    <td>3</td>
    <td>4</td>
    <td class="no">5</td>
    <td class="no">6</td>
    <td>7</td>
  </tr>
  <tr>
    <td>8</td>
    <td>9</td>
   ....
  </tr>
</table>

Easy enough. But my client would like to be able to make these updates on her own, and I’m not sure how to set her up to do this. I’ve looked at Content Management Systems, but it seems that those are set up to change content within an HTML tag, and not the tag itself.

Any advice is very appreciated!

Thanks

  • 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-31T15:51:34+00:00Added an answer on May 31, 2026 at 3:51 pm

    The short answer, it’s likely going to be over your head for the moment (no offense intended).

    What you’re asking is going to require knowledge of a back-end language like PHP or ASP, a database (with knowledge of how to access it – often MySQL), and an understanding of many security related things like authentication/authorization, SQL injection…etc.

    If you’re not in a rush for this to be done, you can start learning PHP/MySQL as a starting point. Doing a CMS like this is not the easiest first-time PHP projects though – just a heads up… there are a lot of things you may not think about for data integrity, security…etc

    If you are in a rush, likely your best bet moving forward is to either find another developer with the above knowledge or start looking through CMS options to see what’s available in them: http://spyrestudios.com/free-content-management-systems/ (there may be a calendar plugin for some that allow you to do what you’re asking).


    Doing it yourself explanation:

    After dealing with user logins…etc, you’ll probably want to make a front-end calendar that allows the user to click a date, and select options – this can be done with html/css/javascript. When they select an option for a date, you can Ajax it to a file that processes the data into a database to store which dates have selected options. Then, when displaying the calendar on the front end, just compare against the database and write the option(s) as a class, or as data, or anything else you want.

    This is a very general/fast explanation, as it’s going to vary GREATLY depending upon needs. (and this question is listed as HTML/CSS anyway.

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

Sidebar

Related Questions

I have a PHP built calendar that displays dates for each month. Now what
I have a client that is paying $1500 per month for hosting of 1
I have an ASP.NET 4 calendar display problem. I want to programmatically set the
I have an ajax calendar which changes the month when some arrows are clicked.
I have such code: Log.d(TAG, day=%d, month=%d, year=%s, day, month, year); Calendar c =
I set out to generate a array containing a 12-month calendar starting on this
Is it possible to define operators for enums? For example I have enum Month
I have to add one month to todays date and have to get date
I have 2 fields in the database month (numeric) and year (numeric) and I
I have to fill a combobox with month in English: January, February, etc. I

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.