Go Back   Web Hosting UK Forums | Linux Windows Dedicated Server and cPanel VPS Hosting Forum > Support > php issues.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-15-2007, 04:04 PM
Banned
 
Join Date: Oct 2007
Posts: 11
Red face PHP one file counter

PHP Code:
<?php

    
if (file_exists('count_file.txt')) 
    {
        
$fil fopen('count_file.txt'r);
        
$dat fread($filfilesize('count_file.txt')); 
        echo 
$dat+1;
        
fclose($fil);
        
$fil fopen('count_file.txt'w);
        
fwrite($fil$dat+1);
    }

    else
    {
        
$fil fopen('count_file.txt'w);
        
fwrite($fil1);
        echo 
'1';
        
fclose($fil);
    }
?>
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:26 AM.
Copyright 2002-2007 WebHosting.uk.com. All rights reserved.
Web Hosting UK Forum