What I would like is be able to input a score for 2 teams and have it do an
if($var['nwooscore']= > $var['noppscore'] ){$win=1};
if($var['nwooscore']= < $var['noppscore'] ){$loss=1};
I would like it to automatically have it input the info.
My guess I would have to do something with
name="nwin" value="'.$win.'
Something like that
Thansk for any help
Kevin