e
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -5,7 +5,7 @@ class Users { | ... | @@ -5,7 +5,7 @@ class Users { |
| 5 | function __construct(){ | 5 | function __construct(){ |
| 6 | //database configuration | 6 | //database configuration |
| 7 | $dbServer = 'localhost'; //Define database server host | 7 | $dbServer = 'localhost'; //Define database server host |
| 8 | $dbUsername = 'root'; //Define database username | 8 | $dbUsername = 'banners'; //Define database username |
| 9 | $dbPassword = 'root'; //Define database password | 9 | $dbPassword = 'root'; //Define database password |
| 10 | $dbName = 'banners'; //Define database name | 10 | $dbName = 'banners'; //Define database name |
| 11 | 11 | ... | ... |
-
Please register or sign in to post a comment