简体   繁体   中英

PHP/MySQL - How to make a calendar where members can sign in for event

I'm working on a application for our motorcycle club. We have a calendar so anyone can see when and where our events are taking place. Now i want the members to sign in for events so we can easily see who's coming. I already managed to create a record in our database when we create an event. Now the script needs to create a new table, where i can store the subscriptions. So i can make a display to show all subscriptions per event. There's where my knowledge ends...

I guess i need to connect the data from our calendar table to the subscriptions table, but i have no idea how to do that.

Hopefully someone can push me in the right direction.

Thanks!

Krijn

I think that the best and easiest way is to use some ready-to-install widgets, such as Google Calendar, or other of this type. If you have no idea how to do it yourself, that will be the best option for you ;)

https://support.google.com/calendar/answer/41207?hl=en

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM