View Single Post
(#1)
Old
Vis is Offline
The Owner
Vis is on a distinguished road
 
Posts: 802
Join Date: Jun 2006
Location: Too dark to see
Send a message via ICQ to Vis Send a message via AIM to Vis Send a message via MSN to Vis Send a message via Yahoo to Vis
Default Coke Music Status - 07-19-2006, 12:46 PM

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;
  ?>


Reply With Quote