Thread
:
Get the title of the url
View Single Post
shabbir
Go4Expert Founder
14Aug2006,20:24
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.