Posted by Jerry Stuckle on 07/28/06 20:55
Bertie Brink wrote:
> I am trying to read comma delimited rows of text. The problem is that
> some fields may be encapsulated in "" - particularly the text fields but
> not numeric fields.
>
> Is there a simple efficient way to parse the fields with comma but also
> strip off the "" encapsulating some of the fields with php?
>
> The problem is the "" encapsulation is optional. Some fields will have
> it, some won't.
>
> Thanks
fgetcsv() possibly?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|