ha15rs,250,home2.gif,2
ha36gs,150,home3.gif,1
ha27se,300,home4.gif,4
ha4678,200,home5.gif,5
when i turn this text file into array $handle, how can i test the second field (250,150,300,200)
i want to check if its below 100, if it is then display the row!!
if $secondfield < 100
then echo
how could i manipulate the array to do this in php thanks ?