Jump to content

error display on specific page


dflow

Recommended Posts

  Quote

is it possible to disable warnings on a specific page?

php.ini set to show warnings

i actually want this to work

<?php
$result=file_get_contents("http://www.example.com");
if ($result === false)
{
    // treat error
} else {
    // handle good case
}
?> 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.