Jump to content

Adamant Arrays!


prabha_friend

Recommended Posts

index.php

function User_Role_Menu($Role_id)

{

$myrset = mysql_query("CALL SP_User_Role_Menu(".$Role_id.")");

//fetch and read and session the tabs and links for this user

//A General Counter

$counter = '0';

while($User_Role_Menu_Set_Row = mysql_fetch_array($myrset))

{

//echo $User_Role_Menu_Set_Row['TAB_LINK']; - Guruji

$_SESSION['Tabs'][$counter]=$User_Role_Menu_Set_Row['TAB_NAME'];

$_SESSION['Links'][$counter]=$User_Role_Menu_Set_Row['TAB_LINK'];

echo $counter;

$counter = $counter+1;

}

}

something.php

<?php

$MYOBJ->User_Role_Menu($_SESSION['ROLE_ID']);

?>

why this generates this error „Warning: Cannot use a scalar value as an array“? Where's the problem whats the remedy. Dear Friends. Please dont suggest to do in any other way. I am very curious about the errors I am getting while i work even though I achieved it by some other way. I still wants to understand. Thanks in advance.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.