TAG | php
9
Reflux Upgrade – Version 3.4.0.0
No comments · Posted by admin in Client Websites, Product Updates
We have recently upgraded the Reflux Takeaway Website software. The update includes various bug fixes and optimisations as well as the following new features.
(more…)
So by now I’m sure you have been searching a long time to find a script or some code to help you build a SIMPLE php calendar script which displays the whole year to a page. Well hopefully this post will help you out. This script will help you build a yearly linear calendar, we needed this to view all our our clients renewal dates in a clear manner. My example code is is self contained in one file (you can split into modular files if you wish). There is no javascript needed, it is all in the PHP and HTML/CSS. Requires PHP4+
This code can easily be modded for database integration (which is what we are to use it for). We will try to help if anyone has any issues. At the moment you can pass in a YEAR parameter (either GET OR POST) and it will render that year… for example: http://www.opal-creations.co.uk/blog/demos/php-linear-calendar/?year=2022
This is only the skin and bones of designing the PHP yearly calendar so please style it and add any relevant javascript/database connections as required.
free · php · programming · technology

