how can we import data from excel to database
Posted: Thu Aug 16, 2007 5:50 am
i need a example code where we can store teh data from excel sheet onto database
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
// example:
// sun, moon, stars
// earth, fire, wind
// becomes
array
[0] array
[0] sun
[1] moon
[2] stars
[1] array
[0] earth
[1] fire
[2] wind