[PHP] How do I inserting the content of a TEXT file into a PHP document?

2001-09-12 Thread Cato Larsen
Hi! I would like to insert the HTML code in a TXT document. How do I do this? On a normal website I'd make an SHTML site with the !--#include virtual=news.txt -- but since the PHP engine (as far as I know) doesn't initiate SSL on the server. If anyone could be so kind to give me the code to make

Re: [PHP] How do I inserting the content of a TEXT file into a PHP document?

2001-09-12 Thread David Otton
On Wed, 12 Sep 2001 14:37:59 +0200, you wrote: I would like to insert the HTML code in a TXT document. How do I do this? On a normal website I'd make an SHTML site with the !--#include virtual=news.txt -- Can't you still do this? but since the PHP engine (as far as I know) doesn't initiate SSL

Re: [PHP] How do I inserting the content of a TEXT file into a PHP document?

2001-09-12 Thread Cato Larsen
Woah! It worked!!! Thanks djo! Best regards Cato Larsen Webmaster of http://www.oia.f2s.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP] How do I inserting the content of a TEXT file into a PHP document?

2001-09-12 Thread Alexander Skwar
So sprach »David Otton« am 2001-09-12 um 13:47:53 +0100 : On Wed, 12 Sep 2001 14:37:59 +0200, you wrote: I would like to insert the HTML code in a TXT document. How do I do this? On a normal website I'd make an SHTML site with the !--#include virtual=news.txt -- Can't you still do this?