cheechm Posted March 22, 2008 Share Posted March 22, 2008 In vBulletin config file there is a structure and I was wondering if you could tell me what it is: $config['MasterServer']['username'] = ''; $config['MasterServer']['password'] = ''; Thanks Link to comment https://forums.phpfreaks.com/topic/97422-what-is-this/ Share on other sites More sharing options...
Daniel0 Posted March 22, 2008 Share Posted March 22, 2008 It's an array. Link to comment https://forums.phpfreaks.com/topic/97422-what-is-this/#findComment-498473 Share on other sites More sharing options...
Kewley Posted March 22, 2008 Share Posted March 22, 2008 It's called a Multi-dimensional array. Take a look at this Link to comment https://forums.phpfreaks.com/topic/97422-what-is-this/#findComment-498475 Share on other sites More sharing options...
cheechm Posted March 22, 2008 Author Share Posted March 22, 2008 Thanks.. All solved now Link to comment https://forums.phpfreaks.com/topic/97422-what-is-this/#findComment-498476 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.