Jump to content

[SOLVED] Help with array... [SIMPLE]


me1000

Recommended Posts

I feel like an idiot for asking this, but I need some help...

 

I have a simple 2D array,

 

$oObj->specailPageList = array(
'login' => 'login.php'
);

 

Now I want to get the value of row... (in this case I want "login.php") to be returned...

I just cant turn anything up!

 

   echo $oObj->specailPageList["login"];

 

 

Thanks,

 

 

Link to comment
https://forums.phpfreaks.com/topic/112125-solved-help-with-array-simple/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.