Haunted Dawg Posted June 12, 2009 Posted June 12, 2009 Re: Let see was I wrong when I said he is for some oddball reason trying to update his will to equal exactly what it already is? `will` = {$ir['will']}, or was I wrong when I said he is using [$_POST['stat']] when he should be using {$_POST['stat']}? Those are both wrong. You can not use $statnames[{$_POST['stat']}], it need's to be $statnames[$_POST['stat']] As for the will... Please read: $ir['will']-=rand(1,3); Which mean's were deducting will from them, so we have to update. And that's why your wrong on the will part. The only part you are correct on is the </form> bit. Quote
plintu Posted June 13, 2009 Posted June 13, 2009 Re: Let see well now instead of being a jerk about it, you finally were a little help maybe next time instead of going straight to jerk mode you will try to help someone out! Quote
Haunted Dawg Posted June 13, 2009 Posted June 13, 2009 Re: Let see I was going to act a total jerk here and add a "Leave it to the amateurs" image, but thought not. maybe next time instead of going straight to jerk mode you will try to help someone out! I could of, but that mean's im spoon feeding you. Quote
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.