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 on the
>server.

Not sure what SSL has to do with anything. SSI?

>If anyone could be so kind to give me the code to make this work, it'd be
>great!

<? include('news.txt') ?>

djo


-- 
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 PROTECTED]

Reply via email to