check if an uri exists?
- by noname
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.