Ok, here is my little problem, a couple of days ago, I was working on a page that connected to my database and everything was running nice and smooth....but then I formatted my comp.
I saved the page and database, reinstalled apache, php and MySQL(earlyer I wrotethat I didn't, but I've actually found it now)
and thought that everything would be as it was before but it isn't.
...anyway, I used this to connect to it before:
<?
$starta=mysql_connect (localhost, root, password);
mysql_select_db (flameline);
?>
But when I try that now, it doesn't work, I have to connect without any password at all and I don't like that, I'd like to change it but I don't know haw and where to do it, please help me...