Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8855483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:08:47+00:00 2026-06-14T14:08:47+00:00

I met some trouble with a php function customed by myself. In fact I

  • 0

I met some trouble with a php function customed by myself.

In fact I would like to separated the html code from the php treatment, so Instead of displaying each element one after one, I decided to put my menu into an array.

So here is my array:

function getAccess($var){
   $data=mysql_fetch_array(mysql_query("SELECT * FROM `acces` WHERE `id`='.$var.'")); 
   return $data;
}
getAccess($_SESSION['id']);

    $paramAcces = array(
    'comptesfinanciers' => array(
        'libelle'   => 'COMPTES FINANCIERS',
        'acces'     => $data['comptesfinanciers'],
        'lien'      => 'financier',
        'image'     => 'images/finances.png'
    ),
     'journaux' => array(
        'libelle'   => 'JOURNAUX',
        'acces'     => $data['journaux'],
        'lien'      => 'journaux',
        'image'     => 'images/newspaper.png'
    )
    );




/**
 * AFFICHAGE DE LA SECTION PARAMETRES SUR LA PAGE D'ACCUEIL
 */
 function affichParam($paramAccees){
foreach ($paramAcces as &$parametres) {   
    echo '<ul class="getcash-vmenu"><li><a href="index.php?p='.$parametres['lien'].'" class="active"><span class="t"><img src="'.$parametres['image'].'"> '.$parametres['libelle'].'</span></a></li></ul>';
 }
 }

The trouble is that when I call this function like that in the main page index.php

affichParam($paramAccees) 

It does not display anything except a semicolon like that ;

Anykind of help or advice will be much appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:08:48+00:00Added an answer on June 14, 2026 at 2:08 pm

    You have a typo in this code block

    function affichParam($paramAccees){
      foreach ($paramAcces as &$parametres) {   
        echo '<ul class="getcash-vmenu"><li><a href="index.php?p='.$parametres['lien'].'" class="active"><span class="t"><img src="'.$parametres['image'].'"> '.$parametres['libelle'].'</span></a></li></ul>';
      }
    }
    

    Change the first line to this:

    function affichParam($paramAcces){
    

    EDIT:

    And also what @GBD commented, call affichParam($paramAcces) correctly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I met some trouble with my code, In fact I would like to replace
I met some trouble with a function I have written. In fact I have
I have some MET data I want to validate which would look something like
I met some trouble with javascript and ckeditor. I've done a function that will
I met some trouble in php json decode number. $json = '[{num:123456789011121314},{num:1516171819202122232425}]'; $number =
I met some trouble while using mysql, In fact I have a table formated
I'm trying to call a JavaScript function through PHP and have met some problems.
I met some trouble with a javascript. In fact I have in my database
i met a very strange PHP behaviour, i don't understand why it behaves like
Finally, I find some article in http://code.google.com/intl/en/web/ajaxcrawling/docs/getting-started.html msnbc use this method. Thanks for all

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.