[PHP]Gunzip problem

2005-04-20 Thread Oskar
Hello, I have txt file "text.txt" that contains: line1:one line2:two line3:three line4: Line 4 contains empty string. If I use f*() functions to read from the file: $handle=fopen("text.txt","r"); while (!feof($handle)) echo("-".chop(fgets($handle))

[PHP] copy a string

2002-08-21 Thread Oskar Hermansson
le, just a string. Anyone got a solution to this problem? Im very grateful for any help i can get! With Regards, Oskar Hermansson, Sweden