Mar 24, 2003 #1 vbkris Programmer Jan 20, 2003 5,994 IN Can i use Excel spreadsheets as my database in PHP? if not how can i convert Excel sheets to a database (other than access)?
Can i use Excel spreadsheets as my database in PHP? if not how can i convert Excel sheets to a database (other than access)?
Mar 25, 2003 #2 frummel Technical User Jun 21, 2002 91 NL You can use CVS in PHP. These CVS-files can be read and edited in Excel. For more info: http://php.weblogs.com/cvs Upvote 0 Downvote
You can use CVS in PHP. These CVS-files can be read and edited in Excel. For more info: http://php.weblogs.com/cvs
Mar 25, 2003 #3 frummel Technical User Jun 21, 2002 91 NL Sorry.. I made a mistake there It's called CSV, and not CVS. Info about CSV can be found here: http://www.php.net/manual/en/function.fgetcsv.php Upvote 0 Downvote
Sorry.. I made a mistake there It's called CSV, and not CVS. Info about CSV can be found here: http://www.php.net/manual/en/function.fgetcsv.php
Mar 25, 2003 Thread starter #4 vbkris Programmer Jan 20, 2003 5,994 IN thanks i will check on that. Upvote 0 Downvote