4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: uksoreeyes on June 28, 2003, 11:13:24 PM
-
Hi I am adding a new feature to my page_header.php and I was wondering if anyone could help.
I need to call some data from the 4images_settings table and I was wondering how to do it.
I know that if I need to call data from the 4images_users I just do the following:
$user_info['user_name'];
but I'm stuck on settings. should it be something like this:
$setting_item['required_data'];
Thanks in advance
Carl
-
no from settings table u call like that
$config['datahere']
[/code]
-
Thanks