Is there any way to get a simple php code that just displays the text from a txt document, that's on a url?
This is what I've got so far. I'm sure I'm missing something~
<?
$text = file_get_contents('https://dl.dropboxusercontent.com/u/28653637/Snip/Snip/Snip.txt');
fopen ($text)
?>
Guessing you can't open it, since it's not on the drive. Any workaround that, or fix you guys could help me with?
Thanks (: