Forum Moderators: coopster
Now it seems like my decision at this point was to use the include statement for this code, but one day the server of the external code went down, and my page did not load at all, just a blank screen. What this means is if you use the "include" statement and the page you reference is not available, that your whole page will not load
even if the include is down the page a ways.
Is there a way around this problem? I want the page to load "without" the included code if it is not available (or too slow) or show alternate code, but do not want the page not to load like it did that day.
Is there a way to test the included file (whether it is available or not loading too slow)?