Hi everybody
I've got an 'intemediate' problem:
I run W2K Professional SP2 + IIS 5 + PHP 4.0.6

If I try to see a page with extension php, the output is coming from php
processor.
But if I add php code in a html page, the code is send direct to the browser
(where I can see php instructions). does not mather the style of php call:
<script language="php">  ...</script>
or
<?phpinstruction?>
or
  <?php
    instructions
  ?>
or
<? instructions ?>
or
<?php  instructions ?>

I would appreciate any suggestion
Thanks




-- 
PHP Install 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