I have to calculate a wage in PHP. I am new to PHP and haven't a clue as to how to go about it. The wage is based on hours worked x wage per hour. It also has to allow for overtime based on anything over 40 hours at 1.5 of the hourly wage.
Help?? Some direction would be appreciated!