On 06/10/2012 09:50 AM, Tim Dunphy wrote:
You had been keeping the password secret, but it looks like you
accidentally leaked it, so a replacement might be in order :)
oh wow.. gotta hate when you do that!!! on it!
Glad you got it fixed. Typos can be little buggers to find sometimes.
me t
On 06/10/2012 07:50 PM, Tim Dunphy wrote:
Glad you got it fixed. Typos can be little buggers to find sometimes.
me too.. fell back to the old 'echo hello' test strategy .. have to
try to remember that strategy before i go running for help..:)
I dont agree: If you used exceptions (with real mea
> You had been keeping the password secret, but it looks like you
> accidentally leaked it, so a replacement might be in order :)
>
oh wow.. gotta hate when you do that!!! on it!
> Glad you got it fixed. Typos can be little buggers to find sometimes.
me too.. fell back to the old 'echo hello' t
On Sun, Jun 10, 2012 at 8:25 AM, Tim Dunphy wrote:
> $dbc = mysqli_connect('127.0.0.1','admin',secret','trek_db')
> or die ('Could not connect to database');
>
> used to be...
>
> $dbc = mysqli_conect('127.0.0.1','admin','Duk30fZh0u','trek_db')
> or die ('Could not connect to database');
wow! this fixed it..
$dbc = mysqli_connect('127.0.0.1','admin',secret','trek_db')
or die ('Could not connect to database');
used to be...
$dbc = mysqli_conect('127.0.0.1','admin','Duk30fZh0u','trek_db')
or die ('Could not connect to database');
d'oh!! spelling counts!!! :)
On Sun, J
5 matches
Mail list logo