Hello,
I was wondering whether its possible not to have a username and password as I"m only using a localhost server on my mahcine. If not I'd like to do it properly so where do I place the password if its unsafe to place it in php.ini? Same goes for username.
If I dont need a username/password then what do I write in:
mysql_connect(localhost,$username,$password);?