|
Posted by steve on 06/14/05 18:53
| > Hello Folks,
| >
| > Is it posible using php, to download a spreadsheet from another
| > website, then import it into a MySQL database and display it using
| > PHP/HTML. I would like to do this at a set time each day.
| >
| > Darren
|
| yep, its possible!
good for nothing smart-ass!
darren, try using fopen to get the spreadsheet. you can insert into a mysql
table as-is in binary(blob) form. and, the easiest way to display it in html
form is to use a mime/type header and let the client's browser know it's an
excel spreadsheet...then output the blob.
hth,
steve
Navigation:
[Reply to this message]
|