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
Post a Comment