filename: processLogin.php
code line: mysql_connect(“localhost”, “username”, “password”);
My question is about how secure this line of coding is in the php file?
I understand that php is processed on the server-side of things. My question is… when I replace username and password with my login details, how secure is this information ? Can anybody view this information/download the php file ??? and if there is a more secure method, please enlighten me.
Thank you
Sam.