fgetcsv() on string?
From: Joe Randstein (javawocky_at_hotmail.com)
Date: 04/30/04
- Next message: Daniel Tryba: "Re: No PHP Error. Just "Page Cannot be displayed""
- Previous message: Nikolai Chuvakhin: "Re: Does MySql have any built in search functionality"
- Next in thread: Daniel Tryba: "Re: fgetcsv() on string?"
- Reply: Daniel Tryba: "Re: fgetcsv() on string?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Apr 2004 10:06:06 -0700
Hi!
I get CSV-data from a post-request. How can I work on that?
Currently I save the data to a temp-file, then read it back with
fgetcsv and then delete the temp-file. That works, but I don't really
like it ...
Is there a way to directly parse the CSV data from the string (with
php-4.2.4)
Thanks for your answers!
- Next message: Daniel Tryba: "Re: No PHP Error. Just "Page Cannot be displayed""
- Previous message: Nikolai Chuvakhin: "Re: Does MySql have any built in search functionality"
- Next in thread: Daniel Tryba: "Re: fgetcsv() on string?"
- Reply: Daniel Tryba: "Re: fgetcsv() on string?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|