jiggijon Posted August 22, 2007 Share Posted August 22, 2007 I wondering if anyone could give me some insight on a problem im trying to solve. I have an excel sheet with 3 columns and about 600 rows. These column include an image link and a text link. 6 links per row. These links are manually transfered to there coraspoding web templates. Im wondering if anyone has any advice regarding an automated script that can basically copy and past these links into a standard html template. Link to comment https://forums.phpfreaks.com/topic/66177-anyone-have-a-tip/ Share on other sites More sharing options...
zq29 Posted August 22, 2007 Share Posted August 22, 2007 Check out the manual pages for, fopen(), fwrite(), fclose(), fgetcsv() - They should get you on track. Link to comment https://forums.phpfreaks.com/topic/66177-anyone-have-a-tip/#findComment-331030 Share on other sites More sharing options...
$username Posted August 22, 2007 Share Posted August 22, 2007 I would make it a CSV file separated by commas and then see if you can find something on adding it that way. Brett Link to comment https://forums.phpfreaks.com/topic/66177-anyone-have-a-tip/#findComment-331040 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.