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. Quote 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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/66177-anyone-have-a-tip/#findComment-331040 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.