What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Tiny winy PHP question :P

Tiny winy PHP question :P
Author: Message:
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: Tiny winy PHP question :P
code:
<?php
    $filename = "count.txt";
    $x = intval(file_get_contents($filename)) + 1;
    $f = fopen($filename, "w");
    fwrite($f,$x);
    fclose($f);
    echo $x;
?>


How about that?

This post was edited on 03-19-2006 at 04:09 PM by J-Thread.
03-19-2006 04:07 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Tiny winy PHP question :P - by ayjay on 03-19-2006 at 03:34 PM
RE: Tiny winy PHP question :P - by Josh Loughlin on 03-19-2006 at 03:52 PM
RE: Tiny winy PHP question :P - by absorbation on 03-19-2006 at 03:53 PM
RE: Tiny winy PHP question :P - by RaceProUK on 03-19-2006 at 04:02 PM
RE: Tiny winy PHP question :P - by J-Thread on 03-19-2006 at 04:07 PM
RE: Tiny winy PHP question :P - by ayjay on 03-19-2006 at 04:41 PM
RE: Tiny winy PHP question :P - by WDZ on 03-20-2006 at 05:18 AM
RE: Tiny winy PHP question :P - by ayjay on 03-20-2006 at 08:23 PM
RE: Tiny winy PHP question :P - by hmaster on 03-20-2006 at 09:00 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On