JamesFBrown
Programmer
I have:
Apache 2.2.1
Php 5.3.6
MySQL 5.5.10
All up and running fine. I can server HTML and PHP pages justadvertisedized. What I can not do is embed PHP in and HTML page. I have tried all the different typesescapecape code:
<? ... ?>
<?php ... ?>
<script language="php" > ... <?script>
<% ... %>
None of them have the slightest effect. I think I must have Apache configured wrong - but where?
Apache 2.2.1
Php 5.3.6
MySQL 5.5.10
All up and running fine. I can server HTML and PHP pages justadvertisedized. What I can not do is embed PHP in and HTML page. I have tried all the different typesescapecape code:
<? ... ?>
<?php ... ?>
<script language="php" > ... <?script>
<% ... %>
None of them have the slightest effect. I think I must have Apache configured wrong - but where?