Dogboys Posted May 21, 2006 Share Posted May 21, 2006 (If $find >= 5) {give 3 $gold}How would i do that in a php sentence? Link to comment https://forums.phpfreaks.com/topic/10149-another-noobish-question/ Share on other sites More sharing options...
neylitalo Posted May 21, 2006 Share Posted May 21, 2006 [code]if($find >= 5){ $gold += 3;}[/code] Link to comment https://forums.phpfreaks.com/topic/10149-another-noobish-question/#findComment-37813 Share on other sites More sharing options...
trq Posted May 22, 2006 Share Posted May 22, 2006 You really need to go and read [a href=\"http://www.hudzilla.org/phpbook\" target=\"_blank\"]this[/a]. Link to comment https://forums.phpfreaks.com/topic/10149-another-noobish-question/#findComment-37836 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.