<?php $a = fopen("forum/avatar.php?userid=10","r"); $b = fread("$a", "999"); $c = strlen("$b"); var_dump ("$c"); ?>