Guys/Gals problem.... well more of a question
when i go to build solution i just save and hit F5... after that i get
says it connection successful... but the ip thing does not load?

i am almost possitive i messed up database.cs
string UserName = MakeSafeString("root");
string Password = MakeSafeString("jennifer");
try
{
DatabaseConnection = new MySqlConnection("Server=localhost;Database='conque r_server';Username='root" + UserName + "';Password='jennifer" + Password + "'");
DatabaseConnection.Open();
Database username is what you use to login phpmyadmin right?
aswell as database pass?
PLEASE HELP!!!!!!