Author Topic: Call up data from settings  (Read 4418 times)

0 Members and 1 Guest are viewing this topic.

Offline uksoreeyes

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.myleeneklass.com
Call up data from settings
« 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

Offline Apollo13

  • Addicted member
  • ******
  • Posts: 1.093
    • View Profile
Call up data from settings
« Reply #1 on: June 29, 2003, 09:44:43 AM »
no from settings table u call like that

$config['datahere']

[/code]

Offline uksoreeyes

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.myleeneklass.com
Call up data from settings
« Reply #2 on: June 30, 2003, 11:47:03 PM »
Thanks