Edit file File name : db_config.php Content :<?php // --- DATABASE CREDENTIALS --- // This file contains sensitive information and should not be shared publicly. // It is excluded from version control via the .gitignore file. $servername = "localhost"; $username = "omnilzox_rewards"; $password = "Omniverse2k24!"; $dbname = "omnilzox_rewards"; ?> Save