Zend - The PHP Company




Games

Add Code


Gamate News Backend  

Type: code fragment
Added by: Imhotep
Entered: 18/09/2000
Last modified: 01/12/2000
Rating: - (fewer than 3 votes)
Views: 5848
Get gamate game news on your page. Gamate is a repository for game extensions.


<?

         $display_items 
10;

         if(
$fd = @fopen("http://www.gamate.com/output/$display_items/""r")) {
             while (
$buffer fgets($fd4096)) {
                 list(
$name,$link) = explode(";",$buffer);
                 print 
"<a href="$link">$name</a><br>";
             }
             
fclose($fd);
         }

?>     


Usage Example




Rate This Script





Search



This Category All Categories