I've tried searching through the forums, but I'm just getting too much junk back to find anything useful.
What I want to know is how to use the mod function. I'm assuming that it's called mod in PHP?
I've coded the functionality of mod by hand, but I would like to use an internal function of it if possible to reduce wasted resouces used in something that could have been done in an internal function.
Does anyone know of a URL I can go to to get information about commands, functions etc in PHP.