Current location: Hot Scripts Forums » Advertising Forums » Job Offers & Assistance » PHP > CSV > TABLE script needed


PHP > CSV > TABLE script needed

Reply
  #1 (permalink)  
Old 11-03-03, 07:45 AM
Lap Lap is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation PHP > CSV > TABLE script needed

I need a PHP script to read data from a csv file and output it to a nice table with alternating row colours. I also would like to have the option to sort it out by a query based on field data, ie: computer.com/list.php?cat=RAM

I also need one of the fields to be output with a hyperlink in it. Hyperlink data extracted from another field. My csv data below;

http://www.t-gcorp.com/test/test.txt

I would like it output to a table like this;

http://www.t-gcorp.com/test/result.php

Generated via list.php?cat=RAM

The prices in the table are calculated by timing the 19th column in the csv by 1.1 (x 1.1).

The row colours and stuff are all there. Now, how much would it take to develop this? huh.. did someone just say they do it for free?

PM me for more information.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 11-04-03, 06:13 PM
Lap Lap is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Programmer found & 100% completed job. 10/10 Thanks Lev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 11-05-03, 07:13 AM
outsource_india outsource_india is offline
Newbie Coder
 
Join Date: Oct 2003
Location: chennai , tamil nadu , India
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Excellent ..Congrats
__________________
Chris, Director, Chrisranjana.com
Asp web php developers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 06-14-04, 12:28 AM
Mark_Lee Mark_Lee is offline
New Member
 
Join Date: Jun 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
CSV to HTML php script

Hi,

I'm facing the same problem.

I've a csv table and i need the result to be in HTML table.

Can someone advice me how to go about doing it?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 06-14-04, 05:48 AM
leftyg leftyg is offline
New Member
 
Join Date: Jun 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Mark,

i have written the script you are in need of. I would like to help you with this, please contact me by e-mail: leftyg (at) web.de

Regards
Le
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 06-17-04, 11:04 PM
Mark_Lee Mark_Lee is offline
New Member
 
Join Date: Jun 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Hi, I'm looking at more than this..

<?php
$row = 1;
$handle = fopen("test.csv", "r");
while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
$num = count($data);
echo "<p> $num fields in line $row: <br />\n";
$row++;
for ($c=0; $c < $num; $c++) {
echo $data[$c] . "<br />\n";
}
}
fclose($handle);
?>

1 CSV table, but to extract certain bits of info from the csv table.. bit by bit.. like the example in the above thread..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 06-26-09, 05:21 PM
ChasD ChasD is offline
New Member
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question Share script?

Quote:
Originally Posted by Lap View Post
Programmer found & 100% completed job. 10/10 Thanks Lev
I have same need - can you share the script you had done or direct me to the programmer you used?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP script HELP Jerome PHP 7 12-22-09 07:44 AM
Affiliate script needed PoliticalGateway Script Requests 2 06-06-06 12:15 AM
error when creating database tables with php script spiroth10 PHP 4 01-06-04 04:59 PM
PHP script needed for an application gicone32 Script Requests 0 10-02-03 01:44 PM
PHP Mail Form Needed dudeman248 Script Requests 7 08-22-03 06:17 PM


All times are GMT -5. The time now is 01:24 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.