[PHP-DB] PHP Classes to generate Excel files ?

2004-12-22 Thread Stéphane Pinel
Hello, I'm looking for PHP classes (free or cheap) that are able to generate Excel files (XML?) with a minimum of customization capabilities (styles, borders, colors...). Any idea ? Thanks in advance. Stéphane -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-DB] PHP Classes to generate Excel files ?

2004-12-22 Thread Stéphane Pinel
Le 22 déc. 04, à 15:12, Bastien Koert a écrit : Don't really need a class...simply output a csv file with the correct headers...and excel knows to open the csv files Yes but this way you can't get a minimum of customization features (styles, borders, colors...etc). XML Excel format can handle

[PHP-DB] Convert a SQL compliant date to Epoc Unix seconds

2004-10-06 Thread Stéphane Pinel
Hello, Sorry if the question has already been posted, I checked the archives and didn't find anything related. I'm looking for a simple way to convert a SQL compliant date (eg 2004-09-06) into a Unix Epoc seconds (similar to the one returned by function time()). Thanks. Stephane -- PHP

[PHP-DB] Uploading an image then storing it in a MySQL blob field

2003-02-03 Thread Stéphane Pinel
I'm looking for a sample code that process an image upload AND insert it in a MySQL blob file. Thanks. --- Stéphane Pinel - Exenevex SA --- -- PHP

Re: [PHP-DB] Uploading an image then storing it in a MySQL blob field

2003-02-03 Thread Stéphane Pinel
De: Stéphane Pinel [EMAIL PROTECTED] Date: Lun 3 fév 2003 19:57:25 Europe/Paris À: [EMAIL PROTECTED] (Edward Peloke) Objet: Rép : [PHP-DB] Uploading an image then storing it in a MySQL blob field Le lundi, 3 fév 2003, à 19:44 Europe/Paris, Edward Peloke a écrit : I think you might find