[Plugin Flutter] Howto calculate with varibles?
-
Hey,
I just installed flutter plugin – and I try to calculate with the varibales but how?
I have:
Time set to: 10
km set to: 9000echo get('time'); echo get('meter'); $time = (int) get('time'); $meter = (int) get('meter'); $time_per_km = $time / $meter; echo $time_per_km;
But I just get this error:
10
9000Warning: Division by zero in /home/frold/liljefred.dk/wp-content/themes/mystique/single.php on line 39
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin Flutter] Howto calculate with varibles?’ is closed to new replies.