hi again
$fd=fopen($fupload, "r");
$contents=fread($fd, filesize($fupload));
fclose($fd);
$pieces=explode(" ",$contents);
i use count() sizeof() for the $pieces
and it always come out 1 🙁
i really just need to know the number element and do another page and can submit my assign and sleep/.....
thanks