resea soul wrote:
I'm using the function file_get_contents($url). If the url is invalid the
function displays a warning message while I am using my own customized
message. I want to get rid of the warning message.


This should do it:
        @file_get_contents($url)

--
John
Gott ist eine faustgrobe Antwort, eine Undelikatesse gegen uns Denker -,
im Grunde sogar bloß ein faustgrobes Verbot an uns: ihr sollt nicht
denken!
[Friedrich Nietzsche]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to