thanks, I tried that, but it is still doing this error. this is what happens.
When I open the page on line off my server, it all works fine (except the error i am trying to debug)..
but when I run it in a debugger, on the mysql_connect line i get an error like this:
warning: mysql_connect()[<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'toadums'@'S01060019d146b3a4.gv.shawcable.net' (using password:YES)
its like it cannot access the sql server (phpMyAdmin) when i dont open the php file on the server...
Does this make sense??