4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: uksoreeyes on June 28, 2003, 11:13:24 PM

Title: Call up data from settings
Post 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:
Code: [Select]
$user_info['user_name'];
but I'm stuck on settings. should it be something like this:
Code: [Select]
$setting_item['required_data'];
Thanks in advance

Carl
Title: Call up data from settings
Post by: Apollo13 on June 29, 2003, 09:44:43 AM
no from settings table u call like that

$config['datahere']

[/code]
Title: Call up data from settings
Post by: uksoreeyes on June 30, 2003, 11:47:03 PM
Thanks