Re: [PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-22 Thread Lester Caine
Balwantsingh wrote: I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadsheet (Calc) of Open Office. Pls. tell how it can be done. Does MySQL have a JDBC

[PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-22 Thread balwantsingh
May pls. advise me. I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadsheet (Calc) of Open Office. Pls. tell how it can be done. balwant -- PHP D

[PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-22 Thread Gezeala 'Eyah' Bacuño II
I only know how to in MS Excel. make your "Report" button open a new php page.. Javascript: function fnExcel(x) { ExcelWin = "excel.php"; window.open(ExcelWin,"ExcelWin","alwaysRaised=yes, status=yes, menubar=yes, width=670px, height=800px, resizable=yes"); } put this at the top of excel.php scr

Re: [PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-22 Thread Daniel Schierbeck
Daniel Schierbeck wrote: Balwantsingh wrote: May pls. advise me. I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadshee (Calc) of Open Office. Pls. te

Re: [PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-22 Thread Daniel Schierbeck
Balwantsingh wrote: May pls. advise me. I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadshee (Calc) of Open Office. Pls. tell how it can be done. bal

Re: [PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-21 Thread Justin Patrin
On Sat, 21 Aug 2004 09:51:51 +0530, balwantsingh <[EMAIL PROTECTED]> wrote: > May pls. advise me. > > I am developing a page using PHP for entering the data into tables made in > mysql. I want that when user click on Reports button the data (which will > retrieve from mysql) should be shown in S

[PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-20 Thread balwantsingh
May pls. advise me. I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadshee (Calc) of Open Office. Pls. tell how it can be done. balwant -- PHP Da

[PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-20 Thread balwantsingh
May pls. advise me. I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadshee (Calc) of Open Office. Pls. tell how it can be done. balwant -- PHP Da