How can I get PHP Include() to work when I open a file locally with my browser?

  • Thread starter Thread starter Omit
  • Start date Start date
O

Omit

Guest
I have html files that use php include(). If I put them in my localhost and browse with my browser, everything shows perfectly. But if I use the "Open File" menu item from my browser to open the same html file, the php part doesn't show up.
 
Back
Top