I'm beginner in php and I have a config.php file like this:
<?php
$config['dbUser'] = 'usertest';
$conifg['dbPassword'] = 'passtest';
I need to load this variables in another php, I try with 'include_once' and don't work please could someone help me?