Can you please help me change this code?
强
2018-04-21 00:07:06
0
1
816

<?php
$x=Variable

if($x>10 && $x<100){

$y=1;

}else if($x>100 && $x<1000){

$y=2;
}else if($x>1000 && $x<10000){
$ y= 3;
}
According to the value of
Help change to standard PHP language

Help. Thank you,


强

reply all(1)
小白

<?php
$x=11

if($x>10 && $x<100){

$y=1;

}else if($x>100 && $x<1000){

$y=2;
}else if($x>1000 && $x<10000){
$ y= 3;
}
According to the value of _blank">Open the page</a>Help change to standard PHP language


##

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template