Search found 6 matches
- Thu Jun 17, 2004 8:16 am
- Forum: PHP - Code
- Topic: help solve this
- Replies: 1
- Views: 293
help solve this
Hi All, the following code (mostly from phpmyadmin source) successfully downloads and unzips the ms-excel/csv file but when i use the back button of the browser (after the download)the compressed zipped code is displayed in the browser (IE) window. thanks for your help. lkj i'm using LAM(ySQL]p{HP] ...
- Wed Mar 10, 2004 10:38 pm
- Forum: PHP - Code
- Topic: force a download (netscape/IE)rather than display
- Replies: 9
- Views: 2228
may be i didn't make it clear. what i want to do is to rather than displaying the result of a DB query i'd like to force the browser (NetScape/IE)for the content (text) to be downloaded by presenting the file save/as dialog. e.g. result from query: $res = 'this is a test'; echo ( $res); so when the ...
- Wed Mar 10, 2004 9:09 am
- Forum: PHP - Code
- Topic: force a download (netscape/IE)rather than display
- Replies: 9
- Views: 2228
- Wed Mar 10, 2004 8:34 am
- Forum: Databases
- Topic: connecting SQL server on W and PHP/MYSQL on Unix
- Replies: 0
- Views: 228
connecting SQL server on W and PHP/MYSQL on Unix
connecting SQL server on W and PHP/MYSQL on Unix The scenario: My department with MYSQL/PHP on Unix machine (Lucky me!) would like to connect/synchronize with SQL Server, Windows environment(thank God!) in other dept. How could I achieve that! Any code, resources would be appreciated. Thank you in a...
- Wed Mar 10, 2004 8:33 am
- Forum: PHP - Code
- Topic: force a download (netscape/IE)rather than display
- Replies: 9
- Views: 2228
force a download (netscape/IE)rather than display
force a download (netscape/IE)rather than display I'd appreciate any help on this topic - i'd like the browser to download the info to a file (save) rather than display on screen. Is there a way to compress the content on server that when sent to browser the browser can automatically detect and unco...
- Mon Feb 23, 2004 12:09 pm
- Forum: PHP - Code
- Topic: help with checkboxes (multidimensional array) in HTML forms
- Replies: 1
- Views: 385
help with checkboxes (multidimensional array) in HTML forms
Hi All, Happy Monday! I want to show the fields of each table in my DB as checkboxes in a user form that user can check and my program selects the column data from the DB depeneding on checked boxes. e.g. Table 1 fields as checkboxes Table 2 fields as checkboxes How do I get the info about the check...