Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 07-29-2004, 11:52 AM PHP and FILE
Junior Talker

Posts: 2
Trades: 0
Hello, I've got a problem. I need add some information at the beginning of file. So, I wrote:

$fp=fopen("file.dat", "a");
flock($fp, LOCK_SH);
rewind($fp);
fwrite($fp, "string");
flock($fp, LOCK_UN);
fclose($fp);

But when I open "file.dat", the "string" is in the end... I don't understand it, please help. Thanks
Lajner is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-29-2004, 12:47 PM
Republikin's Avatar
Defies a Status

Posts: 3,189
Trades: 3
Note from http://www.php.net/manual/en/function.rewind.php

Note: If you have opened the file in append ("a") mode, any data you write to the file will always be appended, regardless of the file position.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Republikin is offline
Reply With Quote
View Public Profile
 
Old 07-29-2004, 03:40 PM
Junior Talker

Posts: 2
Trades: 0
Thank you, I didn't see this note ( But it's a little bit crazy I think...
Lajner is offline
Reply With Quote
View Public Profile
 
Old 07-29-2004, 04:18 PM
Republikin's Avatar
Defies a Status

Posts: 3,189
Trades: 3
Your welcome.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Republikin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to PHP and FILE
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13427 seconds with 12 queries