grlayouts Posted April 23, 2007 Share Posted April 23, 2007 can anyone see what i'm missing and why this wont work? if ($stat['credits'] < ($amount*$stat['drugfp'])"; { Link to comment https://forums.phpfreaks.com/topic/48319-solved-stupid-mistake/ Share on other sites More sharing options...
utexas_pjm Posted April 23, 2007 Share Posted April 23, 2007 <?php if ($stat['credits'] < ($amount*$stat['drugfp'])) { } ?> Link to comment https://forums.phpfreaks.com/topic/48319-solved-stupid-mistake/#findComment-236247 Share on other sites More sharing options...
benjaminbeazy Posted April 23, 2007 Share Posted April 23, 2007 your missing a parantheses Link to comment https://forums.phpfreaks.com/topic/48319-solved-stupid-mistake/#findComment-236248 Share on other sites More sharing options...
grlayouts Posted April 23, 2007 Author Share Posted April 23, 2007 im such an idiot, spent way to much time on front of this thing. thanks guys. Link to comment https://forums.phpfreaks.com/topic/48319-solved-stupid-mistake/#findComment-236249 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.