<?php$n = 3;// your code goes herefor ($x = $n; $x <= 10; $x++) { echo "$x";}
Standard input is empty
345678910
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!