Jump to content

Recommended Posts

Posted

Vreti sa puneti pe propriul site cursul Euro al BNR ?

Pentru asta aveti devoie de un script care sa se updateze real-time, sau care sa se updateze cel putin odata pe zi, aveti mai jos codul :)

<?php
$fp = fopen('http://www.bnr.ro/Ro/Info/','r');
if( !$fp ) die('Nu am putut deschide fisierul');
while( !feof($fp) ){
       $line = fgets($fp,1024);
       if( eregi('/Images/Flags/eur.gif',$line) ){
               for( $i=0; $i<=4; $i++ ){
                       $line = strip_tags(fgets($fp,1024));
               }
               echo $line;
               break;
       }
}
?>[/code]

Te-ai inregistrat? Ne-ar placea sa te prezinti.

Cum pot sustine forumul?
Cumpara de la eMag folosind acest link.
--------------------
oG2BN9d.gifse1WdXd.gifQG6MtmI.gifRHYjDzD.gifG5p1wui.gif

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.