Jump to content

basic calendar needed .........


rnb_cassanova

Recommended Posts

this would be kind of complicated for a php newbie. my take on it would be:

 

make a mysql table called "Bookings", with fields: "id","timestamp","name","description"

 

then make a script that would dynamically create a calendar table use time() and date() functions.

 

for each table "cell" (in html), that gets looped it would have a timestamp-start and timestamp-end, i would check in mysql if any dates "WHERE `timestamp`>'$timestamp_start' AND `timestamp`<'$timestamp_end'" this would grab any dates between the two dates, and you can format the table cell accordingly with if statements etc and even add a popup-description telling you who booked it and why.

 

 

good luck hope this helps,

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.