Re: [PHP] Problem on fread!

2002-05-14 Thread Miguel Cruz
On Tue, 14 May 2002, Jack wrote: > I had a problem with fread function! > I had a text file containning a date, so inside the text file, it was > something look like this : 05032002 > then now i want to read this file but want to seperate the dd -mm-, so i > want to get the first two digit as

Re: [PHP] Problem on fread!

2002-05-13 Thread Jason Wong
On Tuesday 14 May 2002 13:56, Jack wrote: > Dear all > I had a problem with fread function! > I had a text file containning a date, so inside the text file, it was > something look like this : 05032002 > then now i want to read this file but want to seperate the dd -mm-, so > i want to get the

[PHP] Problem on fread!

2002-05-13 Thread Jack
Dear all I had a problem with fread function! I had a text file containning a date, so inside the text file, it was something look like this : 05032002 then now i want to read this file but want to seperate the dd -mm-, so i want to get the first two digit as the (day), then nex two as the (mo