I'm developing a script and need some help figuring out this code.
I will provide the script with a number in the url called $i (index.php?i=20048)
I need the script to multiply the number by 300 then echo the first four digits of the result.
Ex 200048*300 = 60014400
The script should echo 6001
Any ideas?
Thanks!