View Single Post
Old 01-29-2005, 03:15 AM  
DVTimes
xxx
 
Industry Role:
Join Date: Jun 2003
Location: UK
Posts: 31,547
how do I insert code into htlm?

I am trying to add someThe code is: code into html, but it does not work.

The code is:

<?
$amhData = file ("http://amh.adultcontent.co.uk/totalContent.phtml");
list ($totalSets,$totalPhotos,$totalMovies,$totalSecond s) = explode (":",$amhData[0]);
echo "Total Photo Sets: $totalSets with $totalPictures pictures";
echo "<br>";
echo "Total Movie Clips: $totalMovies clips lasting " . floor($totalSeconds/60) . " minutes";
?>
__________________
The Affiliate Program
DVTimes is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote