Ahoi Marco,
ich habe mir das alles nochmal durch gelesen. verstehe es aber trotzdem nicht wie ich das jetzt genau machen soll.
hier: https://forum.selfhtml.org/?t=157227&m=1022917 steht wo und wie du die variablen mit werten befüllst.
hier: https://forum.selfhtml.org/?t=157227&m=1023003 wie du datenbanknamen maskierst.
also ändere:
$dbhost = 'localhost';
$dbuser = 'test';
$dbpass = '*******';
$dbname = 'test';
$tableName = 'ratings';
in
$dbhost = 'localhost';
$dbuser = 'test';
$dbpass = '*******';
$dbname = '`test`';
$tableName = '`ratings`';
MfG