如何在网站上制作日历约会安排程序?
在我的网站上设置日历以供客户安排的最佳方式是什么?我基本上是硬编码一个 php 应用程序还是有更好的事情可以做?有什么想法吗?谢谢。
What is the best way to have a calendar on my website for client scheduling. Do i basically hard code a php app or is there something better that i can do? Any ideas? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想在 PHP 中保留日历,您可以尝试预构建的解决方案,例如 PHP-Calendar。如果你想在前端使用 jQuery 之类的东西将其中一些内容移到浏览器中,还有其他选项,例如 jQueryUI。
If you want to keep the calendar in PHP you can try a pre-built solution like PHP-Calendar. If you want to move some of that out into the browser with something like jQuery on the front-end there are other options like the datepicker from jQueryUI.