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 Quote Link to comment 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']) ) ) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.