|
| |||||||
![]() | Welcome to iWEBTOOL Talk, where you talk about
webmaster-related stuff.
1 Register
2 Browse the board
3 Discuss whatever may interest you! | |||||||||||||
![]() |
| | Thread Tools | Search this Thread | Display Modes |
| | #1 |
| iWEBTOOL Moderator Contributor Join Date: Oct 2006
Posts: 2,168
![]() ![]() ![]() ![]() ![]() | Hey All, I have found a superb programmer/website developer. How do i know he's good? I had need of some help today, quickly! The result was... Request..answered within 10 minutes Price...very reasonable Payment..once complete Timescale...very,very fast. Problems...NONE Who? Lewis lewisphillips[at]gmail[dot]com 100% recommended. http://www.iwebtool.com/webmasters/antispam/
__________________ Last edited 06-18-2007 at 09:55 AM. |
| |
|
| |||||||
| | #2 |
| Newcomer Join Date: Jun 2007
Posts: 2
![]() | hi all, I am programming a web site. which need a functionalty which will fetch data from mysql and create a excel file on cllient system. I tried many codes but it is not working. can any one help me?. |
| |
| | #3 |
| iWEBTOOL SEO Advisor Contributor Join Date: May 2006
Posts: 1,265
![]() ![]() ![]() | Nice recommendation midlandi! The guy must of impressed you,
__________________ Eco Tours | Gift Baskets | Random Keyword See a good post? <--Give thanks by clicking left of post.
|
| |
| | #4 | |
| iWEBTOOL Moderator Contributor Join Date: Oct 2006
Posts: 2,168
![]() ![]() ![]() ![]() ![]() | Quote:
Very true, I dont normally recommend this strongly but the guy is truly good and deserves recognition. | |
| |
| | #5 |
| Newcomer Join Date: Jun 2007
Posts: 2
![]() | hi all, can any one help this php code is not working with I.E. but it is working fine with firefox. I don't now what to change to make it compatible with IE. php code is as follows: <?php session_start(); ob_start(); require_once('connection.php'); $connection=mysql_connect($server,$user,$pass); mysql_select_db($db, $connection); $query = "SELECT fname, lname FROM students"; $result = mysql_query($query,$connection) or die('Error, query failed'); $tsv = array(); $html = array(); while($row = mysql_fetch_array($result, MYSQL_NUM)) { $tsv[] = implode("\t", $row); $html[] = "<tr><td>" .implode("</td><td>", $row) . "</td></tr>"; } $tsv = implode("\r\n", $tsv); $html = "<table>" . implode("\r\n", $html) . "</table>"; $fileName = 'mysql-to-excel.xls'; header("Content-type: application/vnd.ms-excel"); header("Content-Disposition: attachment; filename=$fileName"); echo $tsv; echo $html; mysql_close($connection); ?> |
| |
| | #6 |
| Newcomer Join Date: Jun 2007
Posts: 1
![]() | Thanks for the review ![]() With regards to the PHP generated XLS file, i think the issue here will turn out to be an isolated browser issue with your computer. I cant see anything wrong with your code at first glance and as it works in firefox, that implies that it is being parsed correctly. If you send me a link to the said file, i will be happy to take a look to see if it works on my computer. |
| |
(Threads which have no activity for more than 30 days are automatically closed.) |
| Quick Reply | ||
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Looking for PHP+SQL programmer | Rickzkm | PHP | 6 | 04-29-2007 05:23 AM |
| I need PHP Programmer | nonamez | PHP | 1 | 04-05-2007 07:02 PM |
| programmer wanted | HomerJSimpson | PHP | 2 | 01-29-2007 02:08 PM |
| Looking for Freelance Programmer | BidMyBook | PHP | 3 | 11-08-2006 05:44 AM |
| Needed, a fairly advanced programmer | Zack | Want to Buy | 4 | 12-29-2005 11:57 PM |