473,394 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

reading / writing files

i'm trying to read / write a file, and am having some problems...

here's the php script i'm trying to read / write with:

<?
$fp = fopen("test","r+");
while (!feof($fp)) {
$temp=fgets($fp);
if ($temp == "4 ")
fputs($fp,"###");
}
fclose($fp);
?>

the contents of test are as follows:

1
2
3
4
5
6
7
8
9
0

now, i would expect 4 to either be replaced by ###'s, or for ###'s to
be added after 4. however, no such thing happens, and i'm not sure
why. any ideas? also, if you can only read, or you can only write
(which is the best explanation i can come up with, atm, for the above
code not working), then what's the point of having modes that support
both?
Jul 17 '05 #1
2 1842
Hi,

In your code *if ($temp == "4 ")* will always return false, and so no
replcament occurs.

$temp will contain the new line chars so a trim() is necessary before
comparison.

Try this modified code and you will find it working perfectly fine. So
its not the mode of file but the comparison statement, which is
causing problem.

Cheers...

-- Rahul

[SNIP]

<?
$fp = fopen("content.txt","r+");
while (!feof($fp)) {
$temp=fgets($fp);
if (trim($temp) == "4"){
fseek($fp, strlen($temp)*-1, SEEK_CUR);
fputs($fp,"#\r\n");
}

}
fclose($fp);
?>

[/SNIP]

te*******@yahoo.com (yawnmoth) wrote in message news:<a0**************************@posting.google. com>...
i'm trying to read / write a file, and am having some problems...

here's the php script i'm trying to read / write with:

<?
$fp = fopen("test","r+");
while (!feof($fp)) {
$temp=fgets($fp);
if ($temp == "4 ")
fputs($fp,"###");
}
fclose($fp);
?>

the contents of test are as follows:

1
2
3
4
5
6
7
8
9
0

now, i would expect 4 to either be replaced by ###'s, or for ###'s to
be added after 4. however, no such thing happens, and i'm not sure
why. any ideas? also, if you can only read, or you can only write
(which is the best explanation i can come up with, atm, for the above
code not working), then what's the point of having modes that support
both?

Jul 17 '05 #2
yawnmoth wrote:

i'm trying to read / write a file, and am having some problems...

here's the php script i'm trying to read / write with:

<?
$fp = fopen("test","r+");
while (!feof($fp)) {
$temp=fgets($fp);
if ($temp == "4 ")
fputs($fp,"###");
}
fclose($fp);
?>

the contents of test are as follows:

1
2
3
4
5
6
7
8
9
0

now, i would expect 4 to either be replaced by ###'s, or for ###'s to
be added after 4. however, no such thing happens, and i'm not sure
why. any ideas? also, if you can only read, or you can only write
(which is the best explanation i can come up with, atm, for the above
code not working), then what's the point of having modes that support
both?


What does happen?
Try:
if (preg_match("/^4/", $temp))
in place of your if statment.

Regards,
Shawn
--
Shawn Wilson
sh***@glassgiant.com
http://www.glassgiant.com
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: dunnm | last post by:
This is probably a more appropriate location to post this question. I should have know that since I've found most of the other PHP/PDF information contained in this group. Here's my issue...I...
5
by: Benjamin de Waal | last post by:
Hey all, I'm trying to figure out how to directly write to a device in Windows. Basically, what I'm wanting to do is create an image of a device (specifically, a CompactFlash card that uses a...
2
by: John Salerno | last post by:
I wrote this code just to experiment with writing to and reading from a file. It seems to work fine when writing, but when reading the file, it only prints the filepath to the screen, not the file...
2
by: Robert Reijntjes | last post by:
Hi, I need to read/write data from/to binary files that have an already defined. This means I can't define classes with the attribute. The files also have arrays with variable length. This...
8
by: smeenehan | last post by:
This is a bit of a peculiar problem. First off, this relates to Python Challenge #12, so if you are attempting those and have yet to finish #12, as there are potential spoilers here. I have five...
6
by: arne.muller | last post by:
Hello, I've come across some problems reading strucutres from binary files. Basically I've some strutures typedef struct { int i; double x; int n; double *mz;
10
by: Tyler | last post by:
Hello All: After trying to find an open source alternative to Matlab (or IDL), I am currently getting acquainted with Python and, in particular SciPy, NumPy, and Matplotlib. While I await the...
7
by: random guy | last post by:
Hi, I'm writing a program which creates an index of text files. For each file it processes, the program records the start and end positions (as returned by tellg()) of sections of interest,...
2
by: Clive Green | last post by:
Hello peeps, I am using PHP 5.2.2 together with MP3_Id (a PEAR module for reading and writing MP3 tags). I have been using PHP on the command line (Mac OS X Unix shell, to be precise), and am...
0
Guido Geurs
by: Guido Geurs | last post by:
I'm writing a program that list the contents of a CDrom and also the contents of the ZIP files. When there is a bad Zip file on the CD, the program keeps traying to reed the file and after +- 50...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.