I have an index.php page that includes settings.php
in the settings.php file, I have some PHP Variables with data, like phone numbers, names etc.
on my index.php file i am selecting data from a MySQL table and echoing it on the screen, i want to be able to have the variables from the settings.php file in the database so they will echo on the index.php page
how is this possible?