On Thu, 2006-03-23 at 15:59 +0500, Mr SHOAIB wrote: > Can Any body tell me about Microsoft Excell Data sheet that how Can I > Coonect with any Microsoft Excell DataBase like mySQL.
If you are running PHP on (ack) windows, then you can create a DSN connection to the spreadsheet file. After that, you can use an ODBC connection to read the spreadsheet file from within PHP using odbc_connect ( http://us2.php.net/manual/en/function.odbc-connect.php ) and other ODBC functions, similar to MySQL. -- Doug Registered Linux User #285548 (http://counter.li.org) ---------------------------------------- Random Thought: Anything cut to length will be too short. The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
