PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Looking through php.net and I can not find how I do the power of. Like 10 to the power of .25. I tried 10^.25 but ^ is not a php option as it errored on me. Anyone know this?