|
Truck Accessories
World |
|
|
|
|
|
|
Truck Accessories :
Snow Plows : Video
Frequently Asked Questions /* This code produces the urls from a csv Make sure the csv has the following format: row0=product i.e.: Access RollUp Cover-Toolbox edition row1=make-every line (Ford) row2=part# row3=model-Short Box Chevy row4=bedsize/some other feature i.e.: 8' row5=year row6=price row7=some extra notes/copy Change the first three variables to reflect the path to the csv: */ $domain="http://www.truckaccessoriesworld.com/"; $directory= "snow-plows/"; $csv= "snow-plow"; /* Leave the following alone*/ $url = "$domain$directory$csv.csv"; $fp = fopen("$url","r"); while ($row = fgetcsv($fp,10000)) if ($make!=$row[1]) { $make=$row[1]; echo " $row[1]"; echo "$row[5] $row[1] $row[3] ($row[0])\n"; $make=$row[1]; } else { echo "$row[5] $row[1] $row[3] ($row[0])\n"; $make=$row[1]; } ?> |
|
||||||||||||
| Truck Accessories World - Home | ||||||||||||||
Site map:
Tonneau Covers |
Nerf Bars |
Running Boards |
Sport Bars |
Grille Inserts |
Snow Plows