gazza123 Posted September 29, 2009 Share Posted September 29, 2009 Can anyone help, I am new to PHP, and haven't really got to grips with understanding how it works. I am looking for a Script which can Import a CSV File into a Table and Display the inofmration on a Webpage. I have trawled Google and Downloaded and whilst there seems lots of information I can't locate an actual script that works or explained in any detail that I can easily modify. I know it is possible. If anyone can point me in the direction of a script rather than a forum with hundreds of responses it would be appreciated Quote Link to comment https://forums.phpfreaks.com/topic/175912-php-script-to-read-and-display-csv-file/ Share on other sites More sharing options...
Yesideez Posted September 29, 2009 Share Posted September 29, 2009 http://us2.php.net/manual/en/function.fgetcsv.php Quote Link to comment https://forums.phpfreaks.com/topic/175912-php-script-to-read-and-display-csv-file/#findComment-926999 Share on other sites More sharing options...
salathe Posted September 29, 2009 Share Posted September 29, 2009 It's not a full script but the examples on the page Yesideez mentioned, or those on the manual page for SplFileObject::fgetcsv might be useful. Quote Link to comment https://forums.phpfreaks.com/topic/175912-php-script-to-read-and-display-csv-file/#findComment-927347 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.