<?php $text = file_get_contents('http://fastonlineusers.com/online.php?d=v26v');$s = explode('\'' , $text);$total = $s[1];echo $total;?>