Click to See Complete Forum and Search --> : easter_days()
madddidley
05-26-2005, 12:16 AM
I got an undefined function error when I tried to use the easter functions. Does this mean the server hosting my site does not have the right version of php? I was trying to figure out the full moons for my calendar.
www.maddDidley.com/calendar
NogDog
05-26-2005, 12:34 AM
The online documentation says easter_days() is available from PHP 3.0.9 and later. I certainly hope your server isn't running anything older! (Mine is running 4.3.8.)
madddidley
05-26-2005, 01:12 PM
I went to my host to check and it says its running 4.3.10. Hmm.....
NogDog
05-26-2005, 04:54 PM
I have 4.3.11 on my home PC, and I ran a quick test of easter_days() with no problem. Care to share a look at your source to see if any of the usual typos are to blame (at least the offending line and a half-dozen or so lines before it)?