View Single Post
Old 08-02-2021, 12:49 PM  
sarettah
see you later, I'm gone
 
Industry Role:
Join Date: Oct 2002
Posts: 14,078
mysqli_select_db("dbname",$con);

Should be mysqli_select_db($con,"dbname");

PHP.net is your friend.

https://www.php.net/manual/en/mysqli.select-db.php

Quote:
Procedural style

mysqli_select_db(mysqli $mysql, string $database): bool
.
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote