View Single Post
(#7)
Old
Anmar is Offline
Administrator
Anmar is on a distinguished road
 
Posts: 364
Join Date: Jun 2006
Send a message via AIM to Anmar Send a message via MSN to Anmar Send a message via Yahoo to Anmar Send a message via Skype™ to Anmar
Default 08-03-2006, 11:13 AM

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


Thanks,
DaTrueAnmar
Reply With Quote