PHP - MySQL Security Issue? -


just wondering potential security problem mysql , php:

i have connect.php file on server, if used require(http://myurl.com/connect.php/);, allow them access database?

thanks in advance

no, additional security, it's best keep sensitive files outside of web root, in case misconfiguration of webserver breaks php , exposes plain text.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -