brainonastick Posted September 1, 2014 Posted September 1, 2014 Hi there, I want to set up an Events Calendar on a web page which displays events by month. In order to avoid calling the database 12 times (once for every month) using FMFind is there a way to call it once but filter which records display in each monthly events list? All advice gratefully received.
webko Posted September 2, 2014 Posted September 2, 2014 Sure... You're probably using a foreach loop to display the events in any case, so add an if statement to only show the events from the Month that you're interested in... HTH Webko
Recommended Posts
This topic is 3802 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now