Thread
: Tech
SQL (multiple) query error
View Single Post
05-21-2022, 10:00 AM
redwhiteandblue
Bollocks
Industry Role:
Join Date: Jun 2007
Location: Bollocks
Posts: 2,792
Try replacing the line
Quote:
$con=mysqli_connect("localhost","db","pass","user" );
with
Quote:
$con=mysqli_connect("localhost","db","pass","user" ) or die("Error connecting to database");
and if you see the message "Error connecting to database"...
__________________
Interserver unmanaged AMD Ryzen servers from $73.00
redwhiteandblue
View Public Profile
Find More Posts by redwhiteandblue