Mortimer Jazz
04-03-2003, 11:42 PM
I installed phpdev (ala Jesse's recommendation).
At the moment I can connect to localhost without passing any args. For example: $link = @mysql_connect();
but I think this way may be causing problems later in my script so I wanted to specify "localhost" along with the default username and password in the function call, but can't find mention of what they are. I've tried "username" and "password" as well as a couple of other obvious choices. Anybody help me out?
At the moment I can connect to localhost without passing any args. For example: $link = @mysql_connect();
but I think this way may be causing problems later in my script so I wanted to specify "localhost" along with the default username and password in the function call, but can't find mention of what they are. I've tried "username" and "password" as well as a couple of other obvious choices. Anybody help me out?