Does fseek check to see if the site is there or do I have to point it to a file?
<?php
primaryURL="
if (fseek(primaryURL, r) include_once(primaryURL.txt)
else include_once(backupURL.txt)
?>
<?php
primaryURL="
if (fseek(primaryURL, r) include_once(primaryURL.txt)
else include_once(backupURL.txt)
?>