What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP Shoutbox help

PHP Shoutbox help
Author: Message:
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: PHP Shoutbox help
code:
<?
$file='file.txt';
$newcontent = 'blah';
$new = $newcontent . "\n" . file_get_contents($file);
$fp =fopen($file,'w');
fwrite($fp, $new);
fclose($fp);

?>

you cant use fopen to write to the top without over writing. Use this to get the file contents add it to the end of the new string then save

This post was edited on 06-08-2007 at 07:13 PM by Veggie.
06-08-2007 07:13 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP Shoutbox help - by M73A on 06-08-2007 at 06:05 PM
RE: PHP Shoutbox help - by vikke on 06-08-2007 at 06:14 PM
RE: PHP Shoutbox help - by toddy on 06-08-2007 at 06:22 PM
RE: PHP Shoutbox help - by M73A on 06-08-2007 at 06:33 PM
RE: PHP Shoutbox help - by Nathan on 06-08-2007 at 06:35 PM
RE: PHP Shoutbox help - by M73A on 06-08-2007 at 06:37 PM
RE: PHP Shoutbox help - by Nathan on 06-08-2007 at 06:49 PM
RE: PHP Shoutbox help - by M73A on 06-08-2007 at 06:54 PM
RE: PHP Shoutbox help - by Veggie on 06-08-2007 at 07:13 PM
RE: PHP Shoutbox help - by M73A on 06-08-2007 at 07:14 PM
RE: RE: PHP Shoutbox help - by Veggie on 06-08-2007 at 07:16 PM
RE: PHP Shoutbox help - by Veggie on 06-08-2007 at 07:18 PM
RE: PHP Shoutbox help - by M73A on 06-08-2007 at 07:19 PM
RE: PHP Shoutbox help - by Ezra on 06-08-2007 at 07:24 PM
RE: PHP Shoutbox help - by M73A on 06-08-2007 at 07:25 PM
RE: RE: PHP Shoutbox help - by vikke on 06-08-2007 at 07:43 PM
RE: PHP Shoutbox help - by Nathan on 06-08-2007 at 07:44 PM
RE: PHP Shoutbox help - by Ezra on 06-08-2007 at 07:44 PM
RE: PHP Shoutbox help - by M73A on 06-08-2007 at 09:30 PM
RE: PHP Shoutbox help - by ShawnZ on 06-08-2007 at 09:49 PM
RE: PHP Shoutbox help - by Ezra on 06-08-2007 at 09:52 PM
RE: PHP Shoutbox help - by M73A on 06-08-2007 at 10:07 PM
RE: PHP Shoutbox help - by Ezra on 06-08-2007 at 10:23 PM
RE: PHP Shoutbox help - by M73A on 06-08-2007 at 10:32 PM
RE: PHP Shoutbox help - by Nathan on 06-09-2007 at 10:08 AM
RE: PHP Shoutbox help - by Felu on 06-09-2007 at 10:27 AM
RE: PHP Shoutbox help - by M73A on 06-09-2007 at 06:13 PM
RE: PHP Shoutbox help - by Nathan on 06-09-2007 at 07:03 PM
RE: PHP Shoutbox help - by M73A on 06-09-2007 at 09:42 PM
RE: PHP Shoutbox help - by Nathan on 06-09-2007 at 10:11 PM
RE: PHP Shoutbox help - by M73A on 06-09-2007 at 10:14 PM
RE: PHP Shoutbox help - by Ezra on 06-09-2007 at 11:56 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