Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > PHP
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 06-17-2007, 07:55 PM   #1
midlandi
iWEBTOOL Moderator
 Contributor 
 
midlandi's Avatar
 
Join Date: Oct 2006
Posts: 2,168
midlandi is just really nicemidlandi is just really nicemidlandi is just really nicemidlandi is just really nicemidlandi is just really nice
Default Great Programmer

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.
midlandi is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 06-18-2007, 11:27 AM   #2
anandkumarpal
Newcomer
 
anandkumarpal's Avatar
 
Join Date: Jun 2007
Posts: 2
anandkumarpal is on a distinguished road
Default Re: Great Programmer

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?.
anandkumarpal is offline  
Old 06-18-2007, 12:05 PM   #3
Chart Music
iWEBTOOL SEO Advisor
 Contributor 
 
Chart Music's Avatar
 
Join Date: May 2006
Posts: 1,265
Chart Music has a spectacular aura aboutChart Music has a spectacular aura aboutChart Music has a spectacular aura about
Default Re: Great Programmer

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.
Chart Music is offline  
Old 06-18-2007, 08:52 PM   #4
midlandi
iWEBTOOL Moderator
 Contributor 
 
midlandi's Avatar
 
Join Date: Oct 2006
Posts: 2,168
midlandi is just really nicemidlandi is just really nicemidlandi is just really nicemidlandi is just really nicemidlandi is just really nice
Default Re: Great Programmer

Quote:
Originally Posted by Chart Music View Post
Nice recommendation midlandi! The guy must of impressed you,

Very true, I dont normally recommend this strongly but the guy is truly good and deserves recognition.
midlandi is offline  
Old 06-19-2007, 07:48 AM   #5
anandkumarpal
Newcomer
 
anandkumarpal's Avatar
 
Join Date: Jun 2007
Posts: 2
anandkumarpal is on a distinguished road
Default Re: Great Programmer

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);
?>
anandkumarpal is offline  
Old 06-19-2007, 08:32 AM   #6
lewisphillips
Newcomer
 
lewisphillips's Avatar
 
Join Date: Jun 2007
Posts: 1
lewisphillips is on a distinguished road
Default Re: Great Programmer

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.
lewisphillips is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

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


All times are GMT. The time now is 04:03 PM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.