Is it possible to see see php via a browser?

Discussion in 'PHP' started by AntonyTycoon, Nov 7, 2010.

  1. #1
    Hey there, I'm new to php and was wondering if there was anyways i could view the php of a web page such as site/ajax.php thanks ^^
     
    AntonyTycoon, Nov 7, 2010 IP
  2. ThePHPMaster

    ThePHPMaster Well-Known Member

    Messages:
    737
    Likes Received:
    52
    Best Answers:
    33
    Trophy Points:
    150
    #2
    That will defeat the purpose of being a server side language.

    You can view the resulting PHP/JavaScript/XML, but not the source code.

    The same is true for most scripting languages.
     
    ThePHPMaster, Nov 7, 2010 IP