简体   繁体   English

PHP / MySQL-如何制作日历,会员可以登录活动

[英]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. 我认为最好和最简单的方法是使用一些现成的小部件,例如Google Calendar或其他此类。 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 https://support.google.com/calendar/answer/41207?hl=zh_CN

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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