Quote:
Originally Posted by Vis
www.thyelite.com/status.php - tells you the status of coke and all of that fun stuff.
to put it on your page, use the following code:
Code:
<?php
$file = file_get_contents ('http://thyelite.com/status.php');
Echo $file;
?>
|
That probably answers ur question.
I have the actual code for that
