Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting data from excel to php (or to html)

Status
Not open for further replies.

sublimdun

Technical User
Joined
Aug 22, 2003
Messages
2
Location
US
hi, I am very new to PHP and I'm wondering if it is possible to take data that is in a microsoft excel file onto a web page, the link that I believe would be the easiest would be to connect using php, but since I do not want to write new data back to excel do i have to use CSV files? Please offer any suggestions to the easiest solution. Thank you for your time.
~Rachel
 
I am writing the code on a win32 OS but does it matter if my web server is not a win32 system, it would right?
If so would exporting to mySQL be the best option?

~Rachel
 
First answer:
Yes, it matters that your web server is not Win32.


Second answer:
Maybe. I recommend that you pass the data to a database server. Whether MySQL is the best one for your purposes, I can't answer.


Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top