I was trying to use
print(easter_da te(2004));
in a php script, but it said there was no such builtin function.
However, I saw something about loading such functionality at
run time. How is this done?
-- Bill Stockwell
print(easter_da te(2004));
in a php script, but it said there was no such builtin function.
However, I saw something about loading such functionality at
run time. How is this done?
-- Bill Stockwell
Comment