when using if() {} elseif () {} 's you should only have "else" on it's own for if all if() have failed. having a random else, then an elseif will not work.
Dominion wrote:when using if() {} elseif () {} 's you should only have "else" on it's own for if all if() have failed. having a random else, then an elseif will not work.
it works i just had it the wrong way around
I would put a signature.. BUT, i don't have the time.
Dominion wrote:when using if() {} elseif () {} 's you should only have "else" on it's own for if all if() have failed. having a random else, then an elseif will not work.
it works i just had it the wrong way around
As i said you can't have a random else in the middle of elseif()'s has to be at the end...