I wanna queue a number then have php *s it by a % is this possible ??
Ive looked at MYSQL mathicatical functions could not find anything.
Very possible with PHP. Check out the math section of the manual.
Cant find a function that *s a number by %. Maybe im blind.
But here's a hint: 23% = 23/100.
i dont want it to show me 23% of the number I want it to add 23% to the number.
So add it.
i dont know how
The + operator springs to mind...