Thread
: Tech
Having PHP Issues with Displaying SQL Data on a Dynamic Web Page.
View Single Post
08-03-2021, 02:19 AM
Klen
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
Quote:
Originally Posted by
sarettah
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
.
Yep, php.net is still one of most valuable resources, tho funny thing is how solution is often found in comments, not in official entry.
Klen
View Public Profile
Visit Klen's homepage!
Find More Posts by Klen