Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache and embedded Php

Status
Not open for further replies.

JamesFBrown

Programmer
Joined
May 2, 2011
Messages
2
Location
US
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?
 
Much appreciated thanks for the Nub help...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top