ANIMATIONS 3D

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