Read .html as PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kkbbzzaa
    Member
    • Jul 2004
    • 38

    #1

    Read .html as PHP

    Hi, I just want to know if there is any way to make the server read .html as if they where php. This is because i have many .html pages and i want to add them some script and i don't want to loose their inboud links because of the extension.

    Thanks

    Mateo
    oxoia.com
  • AndrewT
    Administrator
    • Mar 2004
    • 3656

    #2
    Take a look at this:

    Have you ever wished you could execute PHP scripts within your HTML files? If you have worked with PHP at all in the past, I am sure there have been times when coding PHP right into your .html files would have been very convenient, not to mention a time saver. This tutorial will show you how to parse your PHP scripts into .html

    Comment

    Working...