Testing Database Connection
✅ Connected to database successfully!
✅ Current database: gabnsonq_webview
Tables in database:
- active_users
- ad_configs
- ad_settings
- admin_users
- analytics_events
- splash_screen_settings
- splash_screens
- webview_urls
splash_screens table structure:
| Field | Type | Null | Key | Default | Extra |
|---|
| id | int | NO | PRI |
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/gabnsonq/yashapp.me/php_admin/db_test_simple.php on line 47
| auto_increment |
| is_enabled | tinyint(1) | NO | | 1 | |
| duration_seconds | int | NO | | 3 | |
| background_color | varchar(10) | NO | | #FFFFFF | |
| logo_url | varchar(255) | YES | |
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/gabnsonq/yashapp.me/php_admin/db_test_simple.php on line 47
| |
| animation_url | varchar(255) | YES | |
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/gabnsonq/yashapp.me/php_admin/db_test_simple.php on line 47
| |
| created_at | timestamp | NO | | CURRENT_TIMESTAMP | DEFAULT_GENERATED |
| updated_at | timestamp | NO | | CURRENT_TIMESTAMP | DEFAULT_GENERATED on update CURRENT_TIMESTAMP |
PHP Error:
Array
(
[type] => 8192
[message] => htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
[file] => /home/gabnsonq/yashapp.me/php_admin/db_test_simple.php
[line] => 47
)