RE: [PHP-INST] Embed word, excel and pdf documents

2003-01-13 Thread William Cheung
]] Sent: January 13, 2003 10:03 AM To: 'PHP Support' Subject: RE: [PHP-INST] Embed word, excel and pdf documents William, in order to do this, you have to use an HTML element such as a FRAME or an IFRAME and in that frame call the URL to the document as it is. You cannot have it in the

RE: [PHP-INST] Embed word, excel and pdf documents

2003-01-13 Thread Joerg Aldinger
t: Monday, January 13, 2003 1:48 PM To: PHP Support Subject: [PHP-INST] Embed word, excel and pdf documents I have stored Word, Excel and PDF documents in a database. Now I am trying to retrieve the documents from the database using PHP and embed them onto an html web page. I don't want to use

[PHP-INST] Embed word, excel and pdf documents

2003-01-13 Thread William Cheung
I have stored Word, Excel and PDF documents in a database. Now I am trying to retrieve the documents from the database using PHP and embed them onto an html web page. I don't want to use hyperlink. The documents will be displayed on the web page along with other information. When I use header() fun