It is a MySQL permissions issue. Go and set a root username and password for
MySQL.
It does sound though like you should be spending some time learning some
fundamentals prior to attempting your project, as your question really does
rate along with 'how do I turn my computer on'?
MatF> if ($userName = 'Micheal') { echo header(
MatF> 'http://groups.google.com/group/elitenzphpug/' ) ; }
MatF> Wow. I almost wrote that from scratch! Dang, I'm getting
MatF> better at this PHP thing ;p
Eh, that should be
$userName == 'Micheal' [sic?]
So two ==, not one, thanks PHP's C heritage.
--
Cheers,
Berend de Boer