29.03.2019, 19:02
Thanks and also i'll try that out, i wanted to ask another thing, how can i run a loop like backwards like i tried using
but i read somewhere that this wont work as condition is always true, i need something like 40 to 0
EDIT: My mistake while writing, (i was supposed to write 40) i tried using it but it doesn't seem to work
PHP Code:
for(new i =40; i>0; i--)
EDIT: My mistake while writing, (i was supposed to write 40) i tried using it but it doesn't seem to work