View Single Post
Go4Expert Founder
14Aug2006,20:24  
shabbir's Avatar
I have added an extra bit of condition
Code: PHP
if (@fclose(@fopen($rightlink, "r")))
so that if the link is not reachable you dont have to open the file.