this is mainmenu2.php... error stated in line 4.
1.<?php
2.global $ir,$c;
3.
4.$wiperc=(int) ($ir['will']/$ir['maxwill']*100);
5.
6.$brperc=(int) ($ir['brave']/$ir['maxbrave']*100);
7.$hpperc=(int) ($ir['hp']/$ir['maxhp']*100);
8.
9.$wiopp=100-$wiperc;
10.$exopp=100-$experc;
11.$bropp=100-$brperc;
12.$hpopp=100-$hpperc;
these are in header.php error stated in line 135.
134.$enperc=(int) ($ir['energy']/$ir['maxenergy']*100);
135.$wiperc=(int) ($ir['will']/$ir['maxwill']*100);
136.$experc=(int) ( $ir['exp']/$ir['exp_needed']*100);
137.$brperc=(int) ($ir['brave']/$ir['maxbrave']*100);
138.$hpperc=(int) ($ir['hp']/$ir['maxhp']*100);
139.$enopp=100-$enperc;
140.$wiopp=100-$wiperc;
141.$exopp=100-$experc;
142.$bropp=100-$brperc;
143.$hpopp=100-$hpperc;
im perplexed!! cant figure it out!! thanx in advance for any input..