Calling config
Posted: Fri Jun 18, 2004 9:26 am
I've created a config file. $config['header_table'] = "#FFFFFF"; is one of the examples.
Now, when i include the config.inc.php onto index.php and try to pull that config with the following code it does not work
<table border=0 bgcolor=<?php echo $config['header_table']; ?>>
it does not work.
Any ideas?
Am i including it wrong? Am i not creating the config file right'?
Thank you
Anthony
Now, when i include the config.inc.php onto index.php and try to pull that config with the following code it does not work
<table border=0 bgcolor=<?php echo $config['header_table']; ?>>
it does not work.
Any ideas?
Am i including it wrong? Am i not creating the config file right'?
Thank you
Anthony