> Hi there;
>
> I installed Apache2.0.39 and PHP4.2.1 on RedHat Linux 7.2. The
> installation
> procedure is fine. The php installation inlcude gd and some
> extension, but I
> can't find the php-gd.so on my computer.
>
> Anybody can help?
Looks like the problem is that you haven't installed
> This is not what I need.
> I'm not building a userbase to authenticate with.
>
> I'm holding a database of users and passwords that I need to keep.
> There is no authentication done against these user/password pairs.
>
> I don't want to keep the passwords in free text since if someone
> break
> On Monday 29 April 2002 18:26, Dave MacRae wrote:
> > For historic reasons, I have a file that contains a number of records in
> > which the fields are seperated by the NULL character, i.e,
> >
> > field1\0field2\0field3\0field4
> >
> > I need t
> Hey..
>
> yeah I might..
>
>
> I don't know if I am right or just blabbering crap
>
> but try to add these param's to your regex statement..
>
>
> preg_split("/\0/i", $buffer);
>
>
> note the i.. It should let it read past newlines.. although you're prob is
> with null (\0) chars..
>
>
> as I s
For historic reasons, I have a file that contains a number of records in
which the fields are seperated by the NULL character, i.e,
field1\0field2\0field3\0field4
I need to parse out the fields from this string.
The string is read into the program using
$buffer = fgets(...).
This wo
5 matches
Mail list logo