Dogboys Posted May 21, 2006 Share Posted May 21, 2006 How would i do like math with php like...If for instances i know this isnt right but how would it work...like IF `userslvl` is 3 or higher increase `findcash` by 2I know almost nothing about php. So if someone could retype it in a php sentence or sentences that would be a great help to me. Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/10097-little-php-question/ Share on other sites More sharing options...
.josh Posted May 21, 2006 Share Posted May 21, 2006 (if $userslvl >= 3) { $findcash = $findcash + 2; } Quote Link to comment https://forums.phpfreaks.com/topic/10097-little-php-question/#findComment-37573 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.