gaby Posted December 31, 2007 Report Posted December 31, 2007 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. --------------------
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now