[ad_1]
use php explode
$estimate="123456/5";
print_r (explode("https://stackoverflow.com/",$estimate));
$arr=explode("https://stackoverflow.com/",$estimate);
echo $arr[1];
5
[ad_2]
solved How can i extracted the information after / [closed]
[ad_1]
use php explode
$estimate="123456/5";
print_r (explode("https://stackoverflow.com/",$estimate));
$arr=explode("https://stackoverflow.com/",$estimate);
echo $arr[1];
5
[ad_2]
solved How can i extracted the information after / [closed]