[PHP-WIN] Re: include txt in html

2006-03-15 Thread mailbox 19860221
Alf, Did you check the following lines? AddType text/html .shtml AddOutputFilter INCLUDES .shtml In order to make SSI work they *MUST be uncommented*. Moreover, the include_module should have been compiled when you compiled your httpd configuration -- or just uncommented, if you use Windows. An

[PHP-WIN] Re: Test.php loads, but nothing in Browser

2006-01-28 Thread mailbox 19860221
@Howard > [...] my guess is that most people write their scripts > using short tags. So the default setting should be set > to short. Any reason to keep it set to off?? Security > Reason?? I do not agree. Older versions of the php engine (or older system configurations) could be able to understand

[PHP-WIN] Re: Test.php loads, but nothing in Browser

2006-01-27 Thread mailbox 19860221
"Howard" <[EMAIL PROTECTED]> wrote: > I wrote in Notepad the script , > and saved the page as test.php Try This should work correctly. You used the "short open tags" syntax, often disabled in your php.ini configuration; is the most correct, *common* and portable syntax. Best regards -- Massim