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

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -