Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted

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!

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...