A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by gayanp » Mon Apr 18, 2011 3:20 am
Code: Select all
<?Php function getDiscount() { $discount = 100; return (245/100) * $discount; } echo 245-getDiscount(); ?>
Post by Weirdan » Mon Apr 18, 2011 4:59 am
Post by McInfo » Mon Apr 18, 2011 6:01 pm
Return to “PHP - Code”