webguync Posted July 9, 2009 Share Posted July 9, 2009 is it possible to extract data directly from a CSV file and display in an HTML table with PHP or is it best/easiest to import into MySQL and extract the data via that method? Quote Link to comment Share on other sites More sharing options...
p2grace Posted July 9, 2009 Share Posted July 9, 2009 It's definitely possible. Look into the fgetcsv() function. http://us3.php.net/manual/en/function.fgetcsv.php I use it all the time and it works like a charm Quote Link to comment Share on other sites More sharing options...
webguync Posted July 9, 2009 Author Share Posted July 9, 2009 I'll give it a try, thanks. Quote Link to comment 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.