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)"; ?> 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. Link to comment https://forums.phpfreaks.com/topic/48324-solved-division/#findComment-236275 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.