check if an uri exists?
Posted
by noname
on Stack Overflow
See other posts from Stack Overflow
or by noname
Published on 2010-03-12T15:33:20Z
Indexed on
2010/03/12
15:37 UTC
Read the original article
Hit count: 368
php
how do i check if an uri exists with php?
i guess it will return an error code and i can check it before i use file_get_contents...cause if i use file_get_contents on a link that doesnt exist, it give me an error.
© Stack Overflow or respective owner