sfareri Posted November 9, 2006 Share Posted November 9, 2006 The install of my script is not working. It give me blank page after installation. Finally I manually installed the sql script myself. Now I'm getting the follow error in the database file. Everything matches the way it should in the config file. PLEAE HELP!!Fatal error: Call to undefined function mysql_select_db() in C:\www\sams\inc\function\sams_database.php on line 33 Link to comment https://forums.phpfreaks.com/topic/26685-i-get-a-error-trying-to-load-any-web-page-please-help/ Share on other sites More sharing options...
sfareri Posted November 9, 2006 Author Share Posted November 9, 2006 This may help more :Pif ( !mysql_select_db( $sam_config['mysql_table'],mysql_connect($sam_config['mysql_host'],$sam_config['mysql_username'],$sam_config['mysql_password']) ) ) Link to comment https://forums.phpfreaks.com/topic/26685-i-get-a-error-trying-to-load-any-web-page-please-help/#findComment-122078 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.