'LinKin Posted November 30, 2014 Posted November 30, 2014 Hello, I've been working with MTA SDK, and I got one question; Can people see the code that is inside the .php file in the website? I've readed it's not possible to take the php code from a page, but I want to make sure Thanks.
myonlake Posted November 30, 2014 Posted November 30, 2014 No, because the code is ran server-side and only things in the PHP output can reach the client (e.g. echoing something). http://puu.sh/dbhF2/8a5c880c8f.jpg http://php.net/manual/en/intro-whatis.php
Mr_Moose Posted November 30, 2014 Posted November 30, 2014 This will also require a correct configured webserver, if php isn't installed your code may be seen if someone does view source in the browser, this is usually not a problem on external hosts but if you host by yourself, make sure php is installed properly.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now