php-general Digest 21 Feb 2010 14:12:08 -0000 Issue 6601

2010-02-21 Thread php-general-digest-help
php-general Digest 21 Feb 2010 14:12:08 - Issue 6601 Topics (messages 302238 through 302245): Re: Excel Spreadsheets and PHP 302238 by: Nathan Rixham Re: Advice on maintaining public and private files 302239 by: Nathan Rixham 302242 by: Al 302245 by: Kim

Re: [PHP] Advice on maintaining public and private files

2010-02-21 Thread Kim Madsen
Al wrote on 20/02/2010 19:30: I use Kim's solution and take it one step forward. Htacces files can get lost or corrupted, so No solution to that problem as I see it. In my config file I have the text string. I like the idea, but what if this file is never accessed? -- Kind regards

Re: [PHP] Advice on maintaining public and private files

2010-02-21 Thread Al
On 2/21/2010 9:11 AM, Kim Madsen wrote: Al wrote on 20/02/2010 19:30: I use Kim's solution and take it one step forward. Htacces files can get lost or corrupted, so No solution to that problem as I see it. In my config file I have the text string. I like the idea, but what if this

[PHP] Fun with Streams

2010-02-21 Thread Matt Neimeyer
I created a stream wrapper around the php_writeexcel library found at http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel/ My code can be seen at http://www.pastebin.com/m7212eaa2 I'm trying to add an option that will allow us to lower or uppercase the column headers we create by

RE: [PHP] Excel Spreadsheets and PHP

2010-02-21 Thread Jay Blanchard
[snip] What are you using, if anything, to create Excel spreadsheets with PHP? [/snip] PHP http://www.evolt.org/node/26896 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php