Hi, this is to use fgetcsv() and PHPExcel on database content. HTH, Jochen
On Wed, Dec 10, 2008 at 4:22 PM, Chris Burgess <[EMAIL PROTECTED]> wrote: > > Jochen Daum wrote: > > I'm writing some data from a database to php://memory to then read it > > with a generic function that reads from a file name. Is this possible? > > I'm assuming that php://memory is available during the duration of the > > request? > > > > Thanks for any pointers on how this works in detail? > I'd be interested to hear more about how you're intending to use this. > > What advantages does it have over using, say, just a global var in > memory? I see php://memory will page to disk if you reach a RAM limit < > http://nz.php.net/wrappers.php >, so I guess this means you can handle > larger data amounts without hitting memory limit? > > > > --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
