Jump to content

[SOLVED] Very quick and simple question.


Shaun

Recommended Posts

instead of

 

$xml = simplexml_load_file($url) or die('Cannot retrieve feed');

 

could I do

 

$xml = simplexml_load_file($url) or $xml = 0;

 

??

 

the reason I ask, is because my server sometimes plays up, and wont resolve names.. and instead of returning the error, or dieing.. I want to just return $xml as another value to check against in another script.

Link to comment
https://forums.phpfreaks.com/topic/131265-solved-very-quick-and-simple-question/
Share on other sites

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.