This is stats for a american football program
Code: Select all
$py = ($py > 0) ? $yds-$py : $yds;What if a Running Back has -3 yards in week 1 since he isnt >0 it will never regester correctly. What could work?
Dont I need to see if it is null or empty.
Matt