Page 1 of 1
Schedule
Posted: Tue Jan 30, 2018 4:58 am
by jeffreylowe
Does anyone have a script that can do this? This is a tour schedule for a gospel group. They are able to enter their dates in to the web builder where their site is hosted then when they publish the site, this page is generated. I guess I could create the little calendar image in Photoshop and post it to their page for every date but that's a lot of manual work. Was hoping maybe someone would have a script that could read from a file and create this format.
Thanks in advance for any help you can provide!

Re: Schedule
Posted: Tue Jan 30, 2018 7:03 am
by Pablo
Maybe you can find something useful here?
http://www.hotphpscripts.com/calendars/
Note that these type of script need to be installed on the server, because they use a database.
After you have installed the script on the server you can add a link to the main page of the script or embed it via the HTML object.
Re: Schedule
Posted: Tue Jan 30, 2018 7:43 am
by ColinM
Hi Jeffrey
Not sure how much detail you want - but have you looked at Google Calendar?
Re: Schedule
Posted: Tue Jan 30, 2018 1:21 pm
by jeffreylowe
Thanks a lot! Much appreciated!
Re: Schedule
Posted: Tue Jan 30, 2018 2:23 pm
by BaconFries
You could use javascript using new Date(); to display a image of a calendar for each date required as another way to achieve what you need. You would only have to upload all the images once no going back and forth set the dates in the script and it will run as needed.
Re: Schedule
Posted: Tue Jan 30, 2018 2:38 pm
by jeffreylowe
Thanks Baconfries, I'll look at that. Much appreciated.
Re: Schedule
Posted: Tue Jan 30, 2018 2:55 pm
by BaconFries
Re: Schedule
Posted: Tue Jan 30, 2018 3:41 pm
by [RZ]
perhaps this may help you?
viewtopic.php?f=53&t=62416