Re: CSV into array
- From: "Steve" <googlespam@xxxxxxxxxxxxx>
- Date: 12 Oct 2005 10:23:44 -0700
> I've encountered a small problem that I can't figure out though....
> $myarray = convertCSVtoAssocMArray("sscreen.csv", ",");
Try adding this line after the one quoted above:
print_r( $myarray );
and see if what you get in the array matches your expectations.
---
Steve
.
- References:
- CSV into array
- From: Tom
- Re: CSV into array
- From: Iván Sánchez Ortega
- Re: CSV into array
- From: Tom
- CSV into array
- Prev by Date: Re: Disappearing $_SESSION
- Next by Date: Re: Professional Applications Devolpment
- Previous by thread: Re: CSV into array
- Next by thread: Re: CSV into array
- Index(es):
Relevant Pages
|