phpretard Posted April 29, 2009 Share Posted April 29, 2009 Why wont this conect? <? $con = mysql_connect("p41mysql111.secureserver.net","jaruano","*****"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("jaruano", $con); ?> the site is -serviclean inc . com- Link to comment https://forums.phpfreaks.com/topic/156094-connect-file/ Share on other sites More sharing options...
ignace Posted April 29, 2009 Share Posted April 29, 2009 First of all it would be better if you changed your username and password to something like john, ***** to display it here as we can access that.. Second what does that mysql_error() say? Link to comment https://forums.phpfreaks.com/topic/156094-connect-file/#findComment-821714 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.