maxudaskin Posted July 17, 2007 Share Posted July 17, 2007 Is <?php $con = "mysql_connect('mysql.[removed].net','[removed]dbadmin','[removed]admin');"; mysql_select_db('[removed]db', $con); ?> Incorrect? That minus [removed]... removed is substituting only text no numeric values. Link to comment https://forums.phpfreaks.com/topic/60346-mysql-error/ Share on other sites More sharing options...
maxudaskin Posted July 17, 2007 Author Share Posted July 17, 2007 I get the following error: Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/.grable/vzoom/virtualzoom.net/include/dbconnect.php on line 3 Link to comment https://forums.phpfreaks.com/topic/60346-mysql-error/#findComment-300213 Share on other sites More sharing options...
tapos Posted July 17, 2007 Share Posted July 17, 2007 Yes. and should be $con = mysql_connect('mysql.[removed].net','[removed]dbadmin','[removed]admin'); -- Tapos Pal Link to comment https://forums.phpfreaks.com/topic/60346-mysql-error/#findComment-300223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.