how can i protect my root folder (localhost) with a username and password, do that for connecting to the database it will be required to have that permission.
you know the thing that you see in: mysql_connect("host", "username", "password") or die.....
for now i'm working with mysql_connect("localhost", "", "");
but when i'll upload the site into the server it will be needed for me to change all the scripts, right?!
also with phpMyAdmin, i can change anything in a database without a username and a password beeing requiered.
i thank you all for you patience!