Posts: 3,176
Name: Thierry
Location: I'm the uber Spaminator !
|
Quote:
|
Which pretty much says that userreview.php?reviewID=8 doesn't exist...?
|
No, file_get_contents() can work with url, but as NullPointer told you, you need to use the full url to access an url.
By giving just what you given, the funxtion tries to find a file named "userreview.php?reviewID=8", which doesn't exists.
Your solution: give the full url, as pointed before.
__________________
Only a biker knows why a dog sticks his head out the window.
|