Probably because the url file name has a ".html" suffix instead of ".php"? (You can configure your web host to parse all .html files as PHP if you want, assuming you have access to the appropriate configuration files/directives for your web server.)

    flatrabbit;10978732 wrote:

    part of the code shows in the html.

    Don't you mean all of the code? It sure seems like it. At least, the important parts of the code are definitely visible in plain text:

    <?php
    $user = "UNPA";
    $password = "483ohboy";

      Write a Reply...