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! 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; } Link to comment https://forums.phpfreaks.com/topic/10097-little-php-question/#findComment-37573 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.