grlayouts Posted April 23, 2007 Share Posted April 23, 2007 this wont divide? i know it something obvious again. but i cant see what it is. <?php $expn = ($stat[drugfp]); echo"($stat[credits]/$expn)"; ?> Quote Link to comment https://forums.phpfreaks.com/topic/48324-solved-division/ Share on other sites More sharing options...
grlayouts Posted April 23, 2007 Author Share Posted April 23, 2007 <?php $expn = ($stat[credits]/$stat[drugfp]); echo"$expn"; ?> sorry got it. Quote Link to comment https://forums.phpfreaks.com/topic/48324-solved-division/#findComment-236275 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.