LIVRES
Nouveau

 
 

BIO

 
 
0 ) { list( $pageg, $count ) = explode( '|', $buffer ); if ( !$found && $pageg == $text ) { $hits = $count + 1; $outbuffer .= $text . '|' . $hits . "\n"; $found = true; } else { $outbuffer .= $buffer . "\n"; } } } fclose($handle); if (!$found) { $outbuffer .= $text . "|1\n"; } // writing updated data to file $handle = fopen($filename, 'w'); fwrite($handle, $outbuffer); fclose($handle); ?>