Thanks for that.
I put localhost in the script but it always displays that IP. I'll give it a shot.
--EDIT--
Just to double check...
connect = mysql_connect("localhost","cpanel name","db name") or die ("Your have failed to connect");
mysql_select_db("vabase");
Just wondering because I...