View Single Post
  #1 (permalink)  
Old 11-03-03, 06: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.
Reply With Quote