PHP Code on browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ahmed786amd
    New Member
    • Mar 2016
    • 1

    PHP Code on browser

    Hi

    I have installed WAMP and when i run code in Notepad++ this doesnt work in browser. Please see the pics
    Attached Files
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    you must load php pages through the HTTP protocol. opening it as file won’t run the PHP interpreter.

    Comment

    Working...