Hey guys,
I have used this php script before on another site with no issues. In this instance, part of the code shows in the html. I'm not sure why and wondered if someone smarter than I could take a look.
www.brand32.com/clients/trcg/facilitator.html
Thanks in advance.
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.
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";