Click here to Skip to main content
15,899,754 members

Comments by Demetri K.2 (Top 17 by date)

Demetri K.2 4-Feb-21 10:13am View    
Shouldn't the global $Database be able to get the info from the init file? Where the $Database variable is declared.
Demetri K.2 4-Feb-21 9:56am View    
//Connect to database
$server = 'localhost';
$user = 'root';
$pass = 'mysql';
$db = 'nc_task';
$Database = new mysqli($server, $user, $pass, $db);

the database was declared in a separate file...
Demetri K.2 12-Jan-21 10:01am View    
I don't think he'll respond. It's been recorded a while ago.
Demetri K.2 12-Jan-21 8:25am View    
Strange, I'm doing this based on a tutorial, which is working for the author of the tutorial. So What should I change?
Demetri K.2 12-Jan-21 8:24am View    
Nop, no message.